Html Css Color HEX #782869 Palatinate Purple

📋 copy color: '#782869'

red 120 ◦ green 40 ◦ blue 105

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

Shades of Palatinate Purple #782869

Tints of Palatinate Purple #782869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.62%

R = 45.28%
G = 15.09%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#782869 (or 0x782869) is known color: Palatinate Purple. HEX triplet: 78, 28 and 69. RGB value is (120,40,105). Sum of RGB (Red+Green+Blue) = 120+40+105=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #782869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782869 is #87D796. Grayscale: #474747. Windows color (decimal): -8902551 or 6891640. OLE color: 6891640.

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

Color convert

RGB 120 40 105 -
CMYK 0 0.67 0.13 0.53
HSL 311.25º 0.5% 0.31% -
HSV(B) 311.25º 0.67% 0.47% -
XYZ 11.05 6.53 14.04 -
YUV 71.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 120 40 105 0 0.67 0.13 0.53 311.25 0.5 0.31
Hex 78 28 69 0 43 D 35 137 32 1F
Octal 170 50 151 0 103 15 65 467 62 37
Binary 1111000 101000 1101001 0 1000011 1101 110101 100110111 110010 11111

Color Harmonies of #782869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782869

Black with #782869

Text Example


Text Example

White with #782869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782869; }

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

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

background-color css

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

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

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

border-color css

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

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

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