#601C8A

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

Shades of Kingfisher Daisy #601C8A

Tints of Kingfisher Daisy #601C8A

Color information

#601C8A (or 0x601C8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 1C and 8A. RGB value is (96,28,138). Sum of RGB (Red+Green+Blue) = 96+28+138=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #601C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601C8A is #9FE375. Grayscale: #3C3C3C. Windows color (decimal): -10478454 or 9051232. OLE color: 9051232.

HSL color Cylindrical-coordinate representation of color #601C8A: hue angle of 277.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601C8A is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9628138-
CMYK0.300.8000.46
HSL277.09º66.27%32.55%-
HSV(B)277.09º79.71%54.12%-
XYZ9.835.1524.52-
YUV60.87171.53153.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=36.64%
G=10.69%
B=52.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96281380.300.8000.46277.0966.2732.55
Hex601C8A1E5002E1154221
Octal140342123612005642510241
Binary1100000111001000101011110101000001011101000101011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,28,138); }

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

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

 a { background-color: rgb(96,28,138); }

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

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

 span { border-color: rgb(96,28,138); }

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