Html Css Color HEX #603976 Honey Flower

📋 copy color: '#603976'

red 96 ◦ green 57 ◦ blue 118

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

Shades of Honey Flower #603976

Tints of Honey Flower #603976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 35.42%
G = 21.03%
B = 43.54%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#603976 (or 0x603976) is known color: Honey Flower. HEX triplet: 60, 39 and 76. RGB value is (96,57,118). Sum of RGB (Red+Green+Blue) = 96+57+118=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #603976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603976 is #9FC689. Grayscale: #4B4B4B. Windows color (decimal): -10471050 or 7747936. OLE color: 7747936.

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

Color convert

RGB 96 57 118 -
CMYK 0.19 0.52 0 0.54
HSL 278.36º 0.35% 0.34% -
HSV(B) 278.36º 0.52% 0.46% -
XYZ 9.56 6.72 17.93 -
YUV 75.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 96 57 118 0.19 0.52 0 0.54 278.36 0.35 0.34
Hex 60 39 76 13 34 0 36 116 23 22
Octal 140 71 166 23 64 0 66 426 43 42
Binary 1100000 111001 1110110 10011 110100 0 110110 100010110 100011 100010

Color Harmonies of #603976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603976

Black with #603976

Text Example


Text Example

White with #603976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603976; }

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

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

background-color css

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

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

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

border-color css

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

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

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