#601F87

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

Shades of Kingfisher Daisy #601F87

Tints of Kingfisher Daisy #601F87

Color information

#601F87 (or 0x601F87) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 1F and 87. RGB value is (96,31,135). Sum of RGB (Red+Green+Blue) = 96+31+135=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #601F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601F87 is #9FE078. Grayscale: #3D3D3D. Windows color (decimal): -10477689 or 8855392. OLE color: 8855392.

HSL color Cylindrical-coordinate representation of color #601F87: hue angle of 277.5º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601F87 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9631135-
CMYK0.290.7700.47
HSL277.5º62.65%32.55%-
HSV(B)277.5º77.04%52.94%-
XYZ9.695.2223.42-
YUV62.29169.03152.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 31 (12.5% from 255) = 11.83%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=36.64%
G=11.83%
B=51.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96311350.290.7700.47277.562.6532.55
Hex601F871D4D02F1163f21
Octal14037207351150574267741
Binary110000011111100001111110110011010101111100010110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,31,135); }

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

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

 a { background-color: rgb(96,31,135); }

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

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

 span { border-color: rgb(96,31,135); }

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