Html Css Color HEX #602E71 Honey Flower

📋 copy color: '#602E71'

red 96 ◦ green 46 ◦ blue 113

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

Shades of Honey Flower #602E71

Tints of Honey Flower #602E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.04%

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 37.65%
G = 18.04%
B = 44.31%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#602E71 (or 0x602E71) is known color: Honey Flower. HEX triplet: 60, 2E and 71. RGB value is (96,46,113). Sum of RGB (Red+Green+Blue) = 96+46+113=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #602E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E71 is #9FD18E. Grayscale: #444444. Windows color (decimal): -10473871 or 7417440. OLE color: 7417440.

HSL color Cylindrical-coordinate representation of color #602E71: hue angle of 284.78º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #602E71 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 46 113 -
CMYK 0.15 0.59 0 0.56
HSL 284.78º 0.42% 0.31% -
HSV(B) 284.78º 0.59% 0.44% -
XYZ 8.78 5.63 16.25 -
YUV 68.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 96 46 113 0.15 0.59 0 0.56 284.78 0.42 0.31
Hex 60 2E 71 F 3B 0 38 11D 2A 1F
Octal 140 56 161 17 73 0 70 435 52 37
Binary 1100000 101110 1110001 1111 111011 0 111000 100011101 101010 11111

Color Harmonies of #602E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E71

Black with #602E71

Text Example


Text Example

White with #602E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,46,113); }

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

background-color css

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

 a { background-color: rgb(96,46,113); }

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

border-color css

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

 span { border-color: rgb(96,46,113); }

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