Html Css Color HEX #602547 Pompadour

📋 copy color: '#602547'

red 96 ◦ green 37 ◦ blue 71

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

Shades of Pompadour #602547

Tints of Pompadour #602547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 47.06%
G = 18.14%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#602547 (or 0x602547) is known color: Pompadour. HEX triplet: 60, 25 and 47. RGB value is (96,37,71). Sum of RGB (Red+Green+Blue) = 96+37+71=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #602547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602547 is #9FDAB8. Grayscale: #3A3A3A. Windows color (decimal): -10476217 or 4662624. OLE color: 4662624.

HSL color Cylindrical-coordinate representation of color #602547: hue angle of 325.42º 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 #602547 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 71 -
CMYK 0 0.61 0.26 0.62
HSL 325.42º 0.44% 0.26% -
HSV(B) 325.42º 0.61% 0.38% -
XYZ 6.62 4.26 6.44 -
YUV 58.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 96 37 71 0 0.61 0.26 0.62 325.42 0.44 0.26
Hex 60 25 47 0 3D 1A 3E 145 2C 1A
Octal 140 45 107 0 75 32 76 505 54 32
Binary 1100000 100101 1000111 0 111101 11010 111110 101000101 101100 11010

Color Harmonies of #602547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602547

Black with #602547

Text Example


Text Example

White with #602547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602547; }

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

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

background-color css

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

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

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

border-color css

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

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

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