Html Css Color HEX #782468 Palatinate Purple

📋 copy color: '#782468'

red 120 ◦ green 36 ◦ blue 104

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

Shades of Palatinate Purple #782468

Tints of Palatinate Purple #782468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

 BLUE value IS 104 (41.02% from 255) = 40%

R = 46.15%
G = 13.85%
B = 40%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#782468 (or 0x782468) is known color: Palatinate Purple. HEX triplet: 78, 24 and 68. RGB value is (120,36,104). Sum of RGB (Red+Green+Blue) = 120+36+104=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #782468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782468 is #87DB97. Grayscale: #444444. Windows color (decimal): -8903576 or 6825080. OLE color: 6825080.

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

Color convert

RGB 120 36 104 -
CMYK 0 0.7 0.13 0.53
HSL 311.43º 0.54% 0.31% -
HSV(B) 311.43º 0.7% 0.47% -
XYZ 10.88 6.25 13.73 -
YUV 68.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 120 36 104 0 0.7 0.13 0.53 311.43 0.54 0.31
Hex 78 24 68 0 46 D 35 137 36 1F
Octal 170 44 150 0 106 15 65 467 66 37
Binary 1111000 100100 1101000 0 1000110 1101 110101 100110111 110110 11111

Color Harmonies of #782468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782468

Black with #782468

Text Example


Text Example

White with #782468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782468; }

 p { color: rgb(120,36,104); }

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

background-color css

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

 a { background-color: rgb(120,36,104); }

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

border-color css

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

 span { border-color: rgb(120,36,104); }

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