Html Css Color HEX #751966 Palatinate Purple

📋 copy color: '#751966'

red 117 ◦ green 25 ◦ blue 102

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

Shades of Palatinate Purple #751966

Tints of Palatinate Purple #751966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.25%

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 47.95%
G = 10.25%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#751966 (or 0x751966) is known color: Palatinate Purple. HEX triplet: 75, 19 and 66. RGB value is (117,25,102). Sum of RGB (Red+Green+Blue) = 117+25+102=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #751966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751966 is #8AE699. Grayscale: #3D3D3D. Windows color (decimal): -9103002 or 6691189. OLE color: 6691189.

HSL color Cylindrical-coordinate representation of color #751966: hue angle of 309.78º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751966 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 102 -
CMYK 0 0.79 0.13 0.54
HSL 309.78º 0.65% 0.28% -
HSV(B) 309.78º 0.79% 0.46% -
XYZ 10.08 5.44 13.09 -
YUV 61.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 117 25 102 0 0.79 0.13 0.54 309.78 0.65 0.28
Hex 75 19 66 0 4F D 36 136 41 1C
Octal 165 31 146 0 117 15 66 466 101 34
Binary 1110101 11001 1100110 0 1001111 1101 110110 100110110 1000001 11100

Color Harmonies of #751966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751966

Black with #751966

Text Example


Text Example

White with #751966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751966; }

 p { color: rgb(117,25,102); }

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

background-color css

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

 a { background-color: rgb(117,25,102); }

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

border-color css

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

 span { border-color: rgb(117,25,102); }

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