Html Css Color HEX #602647 Pompadour

📋 copy color: '#602647'

red 96 ◦ green 38 ◦ blue 71

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

Shades of Pompadour #602647

Tints of Pompadour #602647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

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

R = 46.83%
G = 18.54%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#602647 (or 0x602647) is known color: Pompadour. HEX triplet: 60, 26 and 47. RGB value is (96,38,71). Sum of RGB (Red+Green+Blue) = 96+38+71=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602647 is #9FD9B8. Grayscale: #3B3B3B. Windows color (decimal): -10475961 or 4662880. OLE color: 4662880.

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

Color convert

RGB 96 38 71 -
CMYK 0 0.60 0.26 0.62
HSL 325.86º 0.43% 0.26% -
HSV(B) 325.86º 0.6% 0.38% -
XYZ 6.65 4.33 6.45 -
YUV 59.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 96 38 71 0 0.60 0.26 0.62 325.86 0.43 0.26
Hex 60 26 47 0 3C 1A 3E 146 2B 1A
Octal 140 46 107 0 74 32 76 506 53 32
Binary 1100000 100110 1000111 0 111100 11010 111110 101000110 101011 11010

Color Harmonies of #602647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602647

Black with #602647

Text Example


Text Example

White with #602647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602647; }

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

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

background-color css

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

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

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

border-color css

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

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

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