Html Css Color HEX #603972 Honey Flower

📋 copy color: '#603972'

red 96 ◦ green 57 ◦ blue 114

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

Shades of Honey Flower #603972

Tints of Honey Flower #603972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 35.96%
G = 21.35%
B = 42.7%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#603972 (or 0x603972) is known color: Honey Flower. HEX triplet: 60, 39 and 72. RGB value is (96,57,114). Sum of RGB (Red+Green+Blue) = 96+57+114=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #603972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603972 is #9FC68D. Grayscale: #4A4A4A. Windows color (decimal): -10471054 or 7485792. OLE color: 7485792.

HSL color Cylindrical-coordinate representation of color #603972: hue angle of 281.05º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603972 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 57 114 -
CMYK 0.16 0.50 0 0.55
HSL 281.05º 0.33% 0.34% -
HSV(B) 281.05º 0.5% 0.45% -
XYZ 9.32 6.63 16.71 -
YUV 75.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 96 57 114 0.16 0.50 0 0.55 281.05 0.33 0.34
Hex 60 39 72 10 32 0 37 119 21 22
Octal 140 71 162 20 62 0 67 431 41 42
Binary 1100000 111001 1110010 10000 110010 0 110111 100011001 100001 100010

Color Harmonies of #603972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603972

Black with #603972

Text Example


Text Example

White with #603972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603972; }

 p { color: rgb(96,57,114); }

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

background-color css

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

 a { background-color: rgb(96,57,114); }

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

border-color css

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

 span { border-color: rgb(96,57,114); }

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