Html Css Color HEX #781662 Palatinate Purple

📋 copy color: '#781662'

red 120 ◦ green 22 ◦ blue 98

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

Shades of Palatinate Purple #781662

Tints of Palatinate Purple #781662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.83%

R = 50%
G = 9.17%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#781662 (or 0x781662) is known color: Palatinate Purple. HEX triplet: 78, 16 and 62. RGB value is (120,22,98). Sum of RGB (Red+Green+Blue) = 120+22+98=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781662 is #87E99D. Grayscale: #3B3B3B. Windows color (decimal): -8907166 or 6428280. OLE color: 6428280.

HSL color Cylindrical-coordinate representation of color #781662: hue angle of 313.47º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781662 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 22 98 -
CMYK 0 0.82 0.18 0.53
HSL 313.47º 0.69% 0.28% -
HSV(B) 313.47º 0.82% 0.47% -
XYZ 10.24 5.45 12.07 -
YUV 59.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 120 22 98 0 0.82 0.18 0.53 313.47 0.69 0.28
Hex 78 16 62 0 52 12 35 139 45 1C
Octal 170 26 142 0 122 22 65 471 105 34
Binary 1111000 10110 1100010 0 1010010 10010 110101 100111001 1000101 11100

Color Harmonies of #781662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781662

Black with #781662

Text Example


Text Example

White with #781662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781662; }

 p { color: rgb(120,22,98); }

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

background-color css

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

 a { background-color: rgb(120,22,98); }

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

border-color css

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

 span { border-color: rgb(120,22,98); }

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