Html Css Color HEX #602F75 Honey Flower

📋 copy color: '#602F75'

red 96 ◦ green 47 ◦ blue 117

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

Shades of Honey Flower #602F75

Tints of Honey Flower #602F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.08%

 BLUE value IS 117 (46.09% from 255) = 45%

R = 36.92%
G = 18.08%
B = 45%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#602F75 (or 0x602F75) is known color: Honey Flower. HEX triplet: 60, 2F and 75. RGB value is (96,47,117). Sum of RGB (Red+Green+Blue) = 96+47+117=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #602F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F75 is #9FD08A. Grayscale: #454545. Windows color (decimal): -10473611 or 7679840. OLE color: 7679840.

HSL color Cylindrical-coordinate representation of color #602F75: hue angle of 282º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602F75 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 47 117 -
CMYK 0.18 0.60 0 0.54
HSL 282º 0.43% 0.32% -
HSV(B) 282º 0.6% 0.46% -
XYZ 9.05 5.8 17.47 -
YUV 69.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 96 47 117 0.18 0.60 0 0.54 282 0.43 0.32
Hex 60 2F 75 12 3C 0 36 11A 2B 20
Octal 140 57 165 22 74 0 66 432 53 40
Binary 1100000 101111 1110101 10010 111100 0 110110 100011010 101011 100000

Color Harmonies of #602F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F75

Black with #602F75

Text Example


Text Example

White with #602F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,47,117); }

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

background-color css

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

 a { background-color: rgb(96,47,117); }

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

border-color css

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

 span { border-color: rgb(96,47,117); }

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