#61217D

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

Shades of Kingfisher Daisy #61217D

Tints of Kingfisher Daisy #61217D

Color information

#61217D (or 0x61217D) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 21 and 7D. RGB value is (97,33,125). Sum of RGB (Red+Green+Blue) = 97+33+125=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #61217D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61217D is #9EDE82. Grayscale: #3E3E3E. Windows color (decimal): -10411651 or 8200545. OLE color: 8200545.

HSL color Cylindrical-coordinate representation of color #61217D: hue angle of 281.74º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61217D is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9733125-
CMYK0.220.7400.51
HSL281.74º58.23%30.98%-
HSV(B)281.74º73.6%49.02%-
XYZ9.185.1119.9-
YUV62.62163.2152.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=38.04%
G=12.94%
B=49.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97331250.220.7400.51281.7458.2330.98
Hex61217D164A03311a3a1f
Octal14141175261120634327237
Binary11000011000011111101101101001010011001110001101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61217D; }

 p { color: rgb(97,33,125); }

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

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

 a { background-color: rgb(97,33,125); }

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

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

 span { border-color: rgb(97,33,125); }

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