Html Css Color HEX #782866 Palatinate Purple

📋 copy color: '#782866'

red 120 ◦ green 40 ◦ blue 102

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

Shades of Palatinate Purple #782866

Tints of Palatinate Purple #782866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 45.8%
G = 15.27%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#782866 (or 0x782866) is known color: Palatinate Purple. HEX triplet: 78, 28 and 66. RGB value is (120,40,102). Sum of RGB (Red+Green+Blue) = 120+40+102=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #782866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782866 is #87D799. Grayscale: #464646. Windows color (decimal): -8902554 or 6695032. OLE color: 6695032.

HSL color Cylindrical-coordinate representation of color #782866: hue angle of 313.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #782866 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 40 102 -
CMYK 0 0.67 0.15 0.53
HSL 313.5º 0.5% 0.31% -
HSV(B) 313.5º 0.67% 0.47% -
XYZ 10.9 6.47 13.24 -
YUV 70.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 120 40 102 0 0.67 0.15 0.53 313.5 0.5 0.31
Hex 78 28 66 0 43 F 35 13A 32 1F
Octal 170 50 146 0 103 17 65 472 62 37
Binary 1111000 101000 1100110 0 1000011 1111 110101 100111010 110010 11111

Color Harmonies of #782866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782866

Black with #782866

Text Example


Text Example

White with #782866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782866; }

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

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

background-color css

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

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

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

border-color css

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

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

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