Html Css Color HEX #781E66 Palatinate Purple

📋 copy color: '#781E66'

red 120 ◦ green 30 ◦ blue 102

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

Shades of Palatinate Purple #781E66

Tints of Palatinate Purple #781E66

RGB

 RED value IS 120 (47.27% from 255) = 47.62%

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 47.62%
G = 11.9%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#781E66 (or 0x781E66) is known color: Palatinate Purple. HEX triplet: 78, 1E and 66. RGB value is (120,30,102). Sum of RGB (Red+Green+Blue) = 120+30+102=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #781E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E66 is #87E199. Grayscale: #404040. Windows color (decimal): -8905114 or 6692472. OLE color: 6692472.

HSL color Cylindrical-coordinate representation of color #781E66: hue angle of 312º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E66 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 30 102 -
CMYK 0 0.75 0.15 0.53
HSL 312º 0.6% 0.29% -
HSV(B) 312º 0.75% 0.47% -
XYZ 10.61 5.88 13.15 -
YUV 65.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 120 30 102 0 0.75 0.15 0.53 312 0.6 0.29
Hex 78 1E 66 0 4B F 35 138 3C 1D
Octal 170 36 146 0 113 17 65 470 74 35
Binary 1111000 11110 1100110 0 1001011 1111 110101 100111000 111100 11101

Color Harmonies of #781E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E66

Black with #781E66

Text Example


Text Example

White with #781E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781E66; }

 p { color: rgb(120,30,102); }

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

background-color css

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

 a { background-color: rgb(120,30,102); }

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

border-color css

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

 span { border-color: rgb(120,30,102); }

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