#61317F

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

Shades of Kingfisher Daisy #61317F

Tints of Kingfisher Daisy #61317F

Color information

#61317F (or 0x61317F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 31 and 7F. RGB value is (97,49,127). Sum of RGB (Red+Green+Blue) = 97+49+127=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #61317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61317F is #9ECE80. Grayscale: #474747. Windows color (decimal): -10407553 or 8335713. OLE color: 8335713.

HSL color Cylindrical-coordinate representation of color #61317F: hue angle of 276.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61317F is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9749127-
CMYK0.240.6100.50
HSL276.92º44.32%34.51%-
HSV(B)276.92º61.42%49.8%-
XYZ9.866.2720.77-
YUV72.24158.9145.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 127 (50% from 255) = 46.52%
R=35.53%
G=17.95%
B=46.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97491270.240.6100.50276.9244.3234.51
Hex61317F183D0321152c23
Octal1416117730750624255443
Binary11000011100011111111110001111010110010100010101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61317F; }

 p { color: rgb(97,49,127); }

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

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

 a { background-color: rgb(97,49,127); }

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

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

 span { border-color: rgb(97,49,127); }

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