#601A80

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

Shades of Kingfisher Daisy #601A80

Tints of Kingfisher Daisy #601A80

Color information

#601A80 (or 0x601A80) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 1A and 80. RGB value is (96,26,128). Sum of RGB (Red+Green+Blue) = 96+26+128=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #601A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601A80 is #9FE57F. Grayscale: #3A3A3A. Windows color (decimal): -10478976 or 8395360. OLE color: 8395360.

HSL color Cylindrical-coordinate representation of color #601A80: hue angle of 281.18º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601A80 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9626128-
CMYK0.250.8000.50
HSL281.18º66.23%30.2%-
HSV(B)281.18º79.69%50.2%-
XYZ9.094.7820.87-
YUV58.56167.19154.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 128 (50.39% from 255) = 51.2%
R=38.4%
G=10.4%
B=51.2%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96261280.250.8000.50281.1866.2330.2
Hex601A801950032119421e
Octal140322003112006243110236
Binary110000011010100000001100110100000110010100011001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601A80; }

 p { color: rgb(96,26,128); }

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

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

 a { background-color: rgb(96,26,128); }

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

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

 span { border-color: rgb(96,26,128); }

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