Html Css Color HEX #602748 Pompadour

📋 copy color: '#602748'

red 96 ◦ green 39 ◦ blue 72

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

Shades of Pompadour #602748

Tints of Pompadour #602748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

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

R = 46.38%
G = 18.84%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#602748 (or 0x602748) is known color: Pompadour. HEX triplet: 60, 27 and 48. RGB value is (96,39,72). Sum of RGB (Red+Green+Blue) = 96+39+72=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #602748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602748 is #9FD8B7. Grayscale: #3B3B3B. Windows color (decimal): -10475704 or 4728672. OLE color: 4728672.

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

Color convert

RGB 96 39 72 -
CMYK 0 0.59 0.25 0.62
HSL 325.26º 0.42% 0.26% -
HSV(B) 325.26º 0.59% 0.38% -
XYZ 6.72 4.41 6.63 -
YUV 59.81 134.88 153.82 -
System Red Green Blue C M Y K H S L
Decimal 96 39 72 0 0.59 0.25 0.62 325.26 0.42 0.26
Hex 60 27 48 0 3B 19 3E 145 2A 1A
Octal 140 47 110 0 73 31 76 505 52 32
Binary 1100000 100111 1001000 0 111011 11001 111110 101000101 101010 11010

Color Harmonies of #602748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602748

Black with #602748

Text Example


Text Example

White with #602748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602748; }

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

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

background-color css

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

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

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

border-color css

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

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

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