Html Css Color HEX #602C73 Honey Flower

📋 copy color: '#602C73'

red 96 ◦ green 44 ◦ blue 115

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

Shades of Honey Flower #602C73

Tints of Honey Flower #602C73

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.25%

 BLUE value IS 115 (45.31% from 255) = 45.1%

R = 37.65%
G = 17.25%
B = 45.1%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#602C73 (or 0x602C73) is known color: Honey Flower. HEX triplet: 60, 2C and 73. RGB value is (96,44,115). Sum of RGB (Red+Green+Blue) = 96+44+115=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #602C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C73 is #9FD38C. Grayscale: #434343. Windows color (decimal): -10474381 or 7548000. OLE color: 7548000.

HSL color Cylindrical-coordinate representation of color #602C73: hue angle of 283.94º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602C73 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 44 115 -
CMYK 0.17 0.62 0 0.55
HSL 283.94º 0.45% 0.31% -
HSV(B) 283.94º 0.62% 0.45% -
XYZ 8.82 5.53 16.82 -
YUV 67.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 96 44 115 0.17 0.62 0 0.55 283.94 0.45 0.31
Hex 60 2C 73 11 3E 0 37 11C 2D 1F
Octal 140 54 163 21 76 0 67 434 55 37
Binary 1100000 101100 1110011 10001 111110 0 110111 100011100 101101 11111

Color Harmonies of #602C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C73

Black with #602C73

Text Example


Text Example

White with #602C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602C73; }

 p { color: rgb(96,44,115); }

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

background-color css

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

 a { background-color: rgb(96,44,115); }

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

border-color css

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

 span { border-color: rgb(96,44,115); }

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