Html Css Color HEX #782867 Palatinate Purple

📋 copy color: '#782867'

red 120 ◦ green 40 ◦ blue 103

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

Shades of Palatinate Purple #782867

Tints of Palatinate Purple #782867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.16%

R = 45.63%
G = 15.21%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#782867 (or 0x782867) is known color: Palatinate Purple. HEX triplet: 78, 28 and 67. RGB value is (120,40,103). Sum of RGB (Red+Green+Blue) = 120+40+103=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #782867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782867 is #87D798. Grayscale: #464646. Windows color (decimal): -8902553 or 6760568. OLE color: 6760568.

HSL color Cylindrical-coordinate representation of color #782867: hue angle of 312.75º 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 #782867 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 40 103 -
CMYK 0 0.67 0.14 0.53
HSL 312.75º 0.5% 0.31% -
HSV(B) 312.75º 0.67% 0.47% -
XYZ 10.95 6.49 13.51 -
YUV 71.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 120 40 103 0 0.67 0.14 0.53 312.75 0.5 0.31
Hex 78 28 67 0 43 E 35 139 32 1F
Octal 170 50 147 0 103 16 65 471 62 37
Binary 1111000 101000 1100111 0 1000011 1110 110101 100111001 110010 11111

Color Harmonies of #782867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782867

Black with #782867

Text Example


Text Example

White with #782867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782867; }

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

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

background-color css

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

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

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

border-color css

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

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

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