Html Css Color HEX #603977 Honey Flower

📋 copy color: '#603977'

red 96 ◦ green 57 ◦ blue 119

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

Shades of Honey Flower #603977

Tints of Honey Flower #603977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.75%

R = 35.29%
G = 20.96%
B = 43.75%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603977 (or 0x603977) is known color: Honey Flower. HEX triplet: 60, 39 and 77. RGB value is (96,57,119). Sum of RGB (Red+Green+Blue) = 96+57+119=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #603977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603977 is #9FC688. Grayscale: #4B4B4B. Windows color (decimal): -10471049 or 7813472. OLE color: 7813472.

HSL color Cylindrical-coordinate representation of color #603977: hue angle of 277.74º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #603977 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 57 119 -
CMYK 0.19 0.52 0 0.53
HSL 277.74º 0.35% 0.35% -
HSV(B) 277.74º 0.52% 0.47% -
XYZ 9.62 6.74 18.25 -
YUV 75.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 96 57 119 0.19 0.52 0 0.53 277.74 0.35 0.35
Hex 60 39 77 13 34 0 35 116 23 23
Octal 140 71 167 23 64 0 65 426 43 43
Binary 1100000 111001 1110111 10011 110100 0 110101 100010110 100011 100011

Color Harmonies of #603977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603977

Black with #603977

Text Example


Text Example

White with #603977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603977; }

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

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

background-color css

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

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

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

border-color css

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

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

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