Html Css Color HEX #602F4C Pompadour

📋 copy color: '#602F4C'

red 96 ◦ green 47 ◦ blue 76

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

Shades of Pompadour #602F4C

Tints of Pompadour #602F4C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.46%

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 43.84%
G = 21.46%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#602F4C (or 0x602F4C) is known color: Pompadour. HEX triplet: 60, 2F and 4C. RGB value is (96,47,76). Sum of RGB (Red+Green+Blue) = 96+47+76=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #602F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F4C is #9FD0B3. Grayscale: #404040. Windows color (decimal): -10473652 or 4992864. OLE color: 4992864.

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

Color convert

RGB 96 47 76 -
CMYK 0 0.51 0.21 0.62
HSL 324.49º 0.34% 0.28% -
HSV(B) 324.49º 0.51% 0.38% -
XYZ 7.14 5.04 7.43 -
YUV 64.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 96 47 76 0 0.51 0.21 0.62 324.49 0.34 0.28
Hex 60 2F 4C 0 33 15 3E 144 22 1C
Octal 140 57 114 0 63 25 76 504 42 34
Binary 1100000 101111 1001100 0 110011 10101 111110 101000100 100010 11100

Color Harmonies of #602F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F4C

Black with #602F4C

Text Example


Text Example

White with #602F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,47,76); }

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

background-color css

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

 a { background-color: rgb(96,47,76); }

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

border-color css

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

 span { border-color: rgb(96,47,76); }

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