Html Css Color HEX #781264 Palatinate Purple

📋 copy color: '#781264'

red 120 ◦ green 18 ◦ blue 100

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

Shades of Palatinate Purple #781264

Tints of Palatinate Purple #781264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 100 (39.45% from 255) = 42.02%

R = 50.42%
G = 7.56%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#781264 (or 0x781264) is known color: Palatinate Purple. HEX triplet: 78, 12 and 64. RGB value is (120,18,100). Sum of RGB (Red+Green+Blue) = 120+18+100=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781264 is #87ED9B. Grayscale: #393939. Windows color (decimal): -8908188 or 6558328. OLE color: 6558328.

HSL color Cylindrical-coordinate representation of color #781264: hue angle of 311.76º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781264 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 100 -
CMYK 0 0.85 0.17 0.53
HSL 311.76º 0.74% 0.27% -
HSV(B) 311.76º 0.85% 0.47% -
XYZ 10.26 5.35 12.55 -
YUV 57.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 120 18 100 0 0.85 0.17 0.53 311.76 0.74 0.27
Hex 78 12 64 0 55 11 35 138 4A 1B
Octal 170 22 144 0 125 21 65 470 112 33
Binary 1111000 10010 1100100 0 1010101 10001 110101 100111000 1001010 11011

Color Harmonies of #781264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781264

Black with #781264

Text Example


Text Example

White with #781264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781264; }

 p { color: rgb(120,18,100); }

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

background-color css

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

 a { background-color: rgb(120,18,100); }

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

border-color css

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

 span { border-color: rgb(120,18,100); }

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