Html Css Color HEX #75166A Palatinate Purple

📋 copy color: '#75166A'

red 117 ◦ green 22 ◦ blue 106

#75166A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #75166A

Tints of Palatinate Purple #75166A

RGB

 RED value IS 117 (46.09% from 255) = 47.76%

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 106 (41.8% from 255) = 43.27%

R = 47.76%
G = 8.98%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75166A (or 0x75166A) is known color: Palatinate Purple. HEX triplet: 75, 16 and 6A. RGB value is (117,22,106). Sum of RGB (Red+Green+Blue) = 117+22+106=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75166A is #8AE995. Grayscale: #3B3B3B. Windows color (decimal): -9103766 or 6952565. OLE color: 6952565.

HSL color Cylindrical-coordinate representation of color #75166A: hue angle of 306.95º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75166A is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 106 -
CMYK 0 0.81 0.09 0.54
HSL 306.95º 0.68% 0.27% -
HSV(B) 306.95º 0.81% 0.46% -
XYZ 10.22 5.4 14.14 -
YUV 59.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 117 22 106 0 0.81 0.09 0.54 306.95 0.68 0.27
Hex 75 16 6A 0 51 9 36 133 44 1B
Octal 165 26 152 0 121 11 66 463 104 33
Binary 1110101 10110 1101010 0 1010001 1001 110110 100110011 1000100 11011

Color Harmonies of #75166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75166A

Black with #75166A

Text Example


Text Example

White with #75166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75166A; }

 p { color: rgb(117,22,106); }

 H1.HeaderClassName
 {
   color: #75166A;
 }
 .AnyTagClassName
 {
   color: #75166A;
 }
</style>

background-color css

<style>
 a { background-color: #75166A; }

 a { background-color: rgb(117,22,106); }

 div.DivClassName
 {
   background-color: #75166A;
 }
 .BgClassName
 {
   background-color: #75166A;
 }
</style>

border-color css

<style>
 span { border-color: #75166A; }

 span { border-color: rgb(117,22,106); }

 td.TdClassName
 {
   border-color: #75166A;
 }
 .TagClassName
 {
   border-color: #75166A;
 }
</style>