#602C7F

Color #602C7F Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #602C7F

Tints of Kingfisher Daisy #602C7F

Color information

#602C7F (or 0x602C7F) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 2C and 7F. RGB value is (96,44,127). Sum of RGB (Red+Green+Blue) = 96+44+127=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #602C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C7F is #9FD380. Grayscale: #444444. Windows color (decimal): -10474369 or 8334432. OLE color: 8334432.

HSL color Cylindrical-coordinate representation of color #602C7F: hue angle of 277.59º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602C7F is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9644127-
CMYK0.240.6500.50
HSL277.59º48.54%33.53%-
HSV(B)277.59º65.35%49.8%-
XYZ9.565.8220.7-
YUV69.01160.73147.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 127 (50% from 255) = 47.57%
R=35.96%
G=16.48%
B=47.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96441270.240.6500.50277.5948.5433.53
Hex602C7F18410321163122
Octal14054177301010624266142
Binary110000010110011111111100010000010110010100010110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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