Html Css Color HEX #603C76 Honey Flower

📋 copy color: '#603C76'

red 96 ◦ green 60 ◦ blue 118

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

Shades of Honey Flower #603C76

Tints of Honey Flower #603C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

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

R = 35.04%
G = 21.9%
B = 43.07%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#603C76 (or 0x603C76) is known color: Honey Flower. HEX triplet: 60, 3C and 76. RGB value is (96,60,118). Sum of RGB (Red+Green+Blue) = 96+60+118=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #603C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C76 is #9FC389. Grayscale: #4D4D4D. Windows color (decimal): -10470282 or 7748704. OLE color: 7748704.

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

Color convert

RGB 96 60 118 -
CMYK 0.19 0.49 0 0.54
HSL 277.24º 0.33% 0.35% -
HSV(B) 277.24º 0.49% 0.46% -
XYZ 9.71 7.03 17.98 -
YUV 77.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 96 60 118 0.19 0.49 0 0.54 277.24 0.33 0.35
Hex 60 3C 76 13 31 0 36 115 21 23
Octal 140 74 166 23 61 0 66 425 41 43
Binary 1100000 111100 1110110 10011 110001 0 110110 100010101 100001 100011

Color Harmonies of #603C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C76

Black with #603C76

Text Example


Text Example

White with #603C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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