Html Css Color HEX #603177 Honey Flower

📋 copy color: '#603177'

red 96 ◦ green 49 ◦ blue 119

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

Shades of Honey Flower #603177

Tints of Honey Flower #603177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

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

R = 36.36%
G = 18.56%
B = 45.08%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603177 (or 0x603177) is known color: Honey Flower. HEX triplet: 60, 31 and 77. RGB value is (96,49,119). Sum of RGB (Red+Green+Blue) = 96+49+119=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #603177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603177 is #9FCE88. Grayscale: #464646. Windows color (decimal): -10473097 or 7811424. OLE color: 7811424.

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

Color convert

RGB 96 49 119 -
CMYK 0.19 0.59 0 0.53
HSL 280.29º 0.42% 0.33% -
HSV(B) 280.29º 0.59% 0.47% -
XYZ 9.25 6.02 18.13 -
YUV 71.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 96 49 119 0.19 0.59 0 0.53 280.29 0.42 0.33
Hex 60 31 77 13 3B 0 35 118 2A 21
Octal 140 61 167 23 73 0 65 430 52 41
Binary 1100000 110001 1110111 10011 111011 0 110101 100011000 101010 100001

Color Harmonies of #603177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603177

Black with #603177

Text Example


Text Example

White with #603177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603177; }

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

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

background-color css

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

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

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

border-color css

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

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

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