Html Css Color HEX #603277 Honey Flower

📋 copy color: '#603277'

red 96 ◦ green 50 ◦ blue 119

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

Shades of Honey Flower #603277

Tints of Honey Flower #603277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 36.23%
G = 18.87%
B = 44.91%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#603277 (or 0x603277) is known color: Honey Flower. HEX triplet: 60, 32 and 77. RGB value is (96,50,119). Sum of RGB (Red+Green+Blue) = 96+50+119=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #603277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603277 is #9FCD88. Grayscale: #474747. Windows color (decimal): -10472841 or 7811680. OLE color: 7811680.

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

Color convert

RGB 96 50 119 -
CMYK 0.19 0.58 0 0.53
HSL 280º 0.41% 0.33% -
HSV(B) 280º 0.58% 0.47% -
XYZ 9.29 6.1 18.14 -
YUV 71.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 96 50 119 0.19 0.58 0 0.53 280 0.41 0.33
Hex 60 32 77 13 3A 0 35 118 29 21
Octal 140 62 167 23 72 0 65 430 51 41
Binary 1100000 110010 1110111 10011 111010 0 110101 100011000 101001 100001

Color Harmonies of #603277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603277

Black with #603277

Text Example


Text Example

White with #603277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603277; }

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

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

background-color css

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

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

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

border-color css

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

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

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