Html Css Color HEX #603577 Honey Flower

📋 copy color: '#603577'

red 96 ◦ green 53 ◦ blue 119

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

Shades of Honey Flower #603577

Tints of Honey Flower #603577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.78%

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

R = 35.82%
G = 19.78%
B = 44.4%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603577 (or 0x603577) is known color: Honey Flower. HEX triplet: 60, 35 and 77. RGB value is (96,53,119). Sum of RGB (Red+Green+Blue) = 96+53+119=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #603577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603577 is #9FCA88. Grayscale: #494949. Windows color (decimal): -10472073 or 7812448. OLE color: 7812448.

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

Color convert

RGB 96 53 119 -
CMYK 0.19 0.55 0 0.53
HSL 279.09º 0.38% 0.34% -
HSV(B) 279.09º 0.55% 0.47% -
XYZ 9.43 6.36 18.18 -
YUV 73.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 96 53 119 0.19 0.55 0 0.53 279.09 0.38 0.34
Hex 60 35 77 13 37 0 35 117 26 22
Octal 140 65 167 23 67 0 65 427 46 42
Binary 1100000 110101 1110111 10011 110111 0 110101 100010111 100110 100010

Color Harmonies of #603577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603577

Black with #603577

Text Example


Text Example

White with #603577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603577; }

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

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

background-color css

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

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

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

border-color css

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

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

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