Html Css Color HEX #602548 Pompadour

📋 copy color: '#602548'

red 96 ◦ green 37 ◦ blue 72

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

Shades of Pompadour #602548

Tints of Pompadour #602548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 46.83%
G = 18.05%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#602548 (or 0x602548) is known color: Pompadour. HEX triplet: 60, 25 and 48. RGB value is (96,37,72). Sum of RGB (Red+Green+Blue) = 96+37+72=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602548 is #9FDAB7. Grayscale: #3A3A3A. Windows color (decimal): -10476216 or 4728160. OLE color: 4728160.

HSL color Cylindrical-coordinate representation of color #602548: hue angle of 324.41º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602548 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 72 -
CMYK 0 0.61 0.25 0.62
HSL 324.41º 0.44% 0.26% -
HSV(B) 324.41º 0.61% 0.38% -
XYZ 6.66 4.28 6.61 -
YUV 58.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 96 37 72 0 0.61 0.25 0.62 324.41 0.44 0.26
Hex 60 25 48 0 3D 19 3E 144 2C 1A
Octal 140 45 110 0 75 31 76 504 54 32
Binary 1100000 100101 1001000 0 111101 11001 111110 101000100 101100 11010

Color Harmonies of #602548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602548

Black with #602548

Text Example


Text Example

White with #602548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602548; }

 p { color: rgb(96,37,72); }

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

background-color css

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

 a { background-color: rgb(96,37,72); }

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

border-color css

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

 span { border-color: rgb(96,37,72); }

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