#612495

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

Shades of Kingfisher Daisy #612495

Tints of Kingfisher Daisy #612495

Color information

#612495 (or 0x612495) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 24 and 95. RGB value is (97,36,149). Sum of RGB (Red+Green+Blue) = 97+36+149=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #612495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612495 is #9EDB6A. Grayscale: #424242. Windows color (decimal): -10410859 or 9774177. OLE color: 9774177.

HSL color Cylindrical-coordinate representation of color #612495: hue angle of 272.39º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612495 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9736149-
CMYK0.350.7600.42
HSL272.39º61.08%36.27%-
HSV(B)272.39º75.84%58.43%-
XYZ10.995.9729.01-
YUV67.12174.21149.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=34.40%
G=12.77%
B=52.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97361490.350.7600.42272.3961.0836.27
Hex612495234C02A1103d24
Octal14144225431140524207544
Binary11000011001001001010110001110011000101010100010000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612495; }

 p { color: rgb(97,36,149); }

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

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

 a { background-color: rgb(97,36,149); }

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

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

 span { border-color: rgb(97,36,149); }

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