Html Css Color HEX #602649 Pompadour

📋 copy color: '#602649'

red 96 ◦ green 38 ◦ blue 73

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

Shades of Pompadour #602649

Tints of Pompadour #602649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 46.38%
G = 18.36%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#602649 (or 0x602649) is known color: Pompadour. HEX triplet: 60, 26 and 49. RGB value is (96,38,73). Sum of RGB (Red+Green+Blue) = 96+38+73=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #602649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602649 is #9FD9B6. Grayscale: #3B3B3B. Windows color (decimal): -10475959 or 4793952. OLE color: 4793952.

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

Color convert

RGB 96 38 73 -
CMYK 0 0.60 0.24 0.62
HSL 323.79º 0.43% 0.26% -
HSV(B) 323.79º 0.6% 0.38% -
XYZ 6.72 4.35 6.79 -
YUV 59.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 96 38 73 0 0.60 0.24 0.62 323.79 0.43 0.26
Hex 60 26 49 0 3C 18 3E 144 2B 1A
Octal 140 46 111 0 74 30 76 504 53 32
Binary 1100000 100110 1001001 0 111100 11000 111110 101000100 101011 11010

Color Harmonies of #602649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602649

Black with #602649

Text Example


Text Example

White with #602649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602649; }

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

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

background-color css

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

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

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

border-color css

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

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

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