Html Css Color HEX #60284E Pompadour

📋 copy color: '#60284E'

red 96 ◦ green 40 ◦ blue 78

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

Shades of Pompadour #60284E

Tints of Pompadour #60284E

RGB

 RED value IS 96 (37.89% from 255) = 44.86%

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

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 44.86%
G = 18.69%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#60284E (or 0x60284E) is known color: Pompadour. HEX triplet: 60, 28 and 4E. RGB value is (96,40,78). Sum of RGB (Red+Green+Blue) = 96+40+78=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #60284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60284E is #9FD7B1. Grayscale: #3C3C3C. Windows color (decimal): -10475442 or 5122144. OLE color: 5122144.

HSL color Cylindrical-coordinate representation of color #60284E: hue angle of 319.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60284E is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 78 -
CMYK 0 0.58 0.19 0.62
HSL 319.29º 0.41% 0.27% -
HSV(B) 319.29º 0.58% 0.38% -
XYZ 6.96 4.55 7.72 -
YUV 61.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 96 40 78 0 0.58 0.19 0.62 319.29 0.41 0.27
Hex 60 28 4E 0 3A 13 3E 13F 29 1B
Octal 140 50 116 0 72 23 76 477 51 33
Binary 1100000 101000 1001110 0 111010 10011 111110 100111111 101001 11011

Color Harmonies of #60284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60284E

Black with #60284E

Text Example


Text Example

White with #60284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60284E; }

 p { color: rgb(96,40,78); }

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

background-color css

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

 a { background-color: rgb(96,40,78); }

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

border-color css

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

 span { border-color: rgb(96,40,78); }

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