Html Css Color HEX #602D4E Pompadour

📋 copy color: '#602D4E'

red 96 ◦ green 45 ◦ blue 78

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

Shades of Pompadour #602D4E

Tints of Pompadour #602D4E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.55%

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

R = 43.84%
G = 20.55%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#602D4E (or 0x602D4E) is known color: Pompadour. HEX triplet: 60, 2D and 4E. RGB value is (96,45,78). Sum of RGB (Red+Green+Blue) = 96+45+78=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #602D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D4E is #9FD2B1. Grayscale: #3F3F3F. Windows color (decimal): -10474162 or 5123424. OLE color: 5123424.

HSL color Cylindrical-coordinate representation of color #602D4E: hue angle of 321.18º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D4E is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 45 78 -
CMYK 0 0.53 0.19 0.62
HSL 321.18º 0.36% 0.28% -
HSV(B) 321.18º 0.53% 0.38% -
XYZ 7.14 4.91 7.78 -
YUV 64.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 96 45 78 0 0.53 0.19 0.62 321.18 0.36 0.28
Hex 60 2D 4E 0 35 13 3E 141 24 1C
Octal 140 55 116 0 65 23 76 501 44 34
Binary 1100000 101101 1001110 0 110101 10011 111110 101000001 100100 11100

Color Harmonies of #602D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D4E

Black with #602D4E

Text Example


Text Example

White with #602D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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