#602975

Color #602975 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #602975

Tints of Honey Flower #602975

Color information

#602975 (or 0x602975) is unknown color: approx Honey Flower. HEX triplet: 60, 29 and 75. RGB value is (96,41,117). Sum of RGB (Red+Green+Blue) = 96+41+117=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #602975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602975 is #9FD68A. Grayscale: #414141. Windows color (decimal): -10475147 or 7678304. OLE color: 7678304.

HSL color Cylindrical-coordinate representation of color #602975: hue angle of 283.42º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602975 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9641117-
CMYK0.180.6500.54
HSL283.42º48.1%30.98%-
HSV(B)283.42º64.96%45.88%-
XYZ8.835.3617.4-
YUV66.11156.72149.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=37.80%
G=16.14%
B=46.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96411170.180.6500.54283.4248.130.98
Hex602975124103611b301f
Octal14051165221010664336037
Binary11000001010011110101100101000001011011010001101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602975; }

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

 H1.HeaderClassName
 {
   color: #602975;
 }
 .AnyTagClassName
 {
   color: #602975;
 }
</style>
background-color css

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

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

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

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

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

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