#61318D

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

Shades of Kingfisher Daisy #61318D

Tints of Kingfisher Daisy #61318D

Color information

#61318D (or 0x61318D) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 31 and 8D. RGB value is (97,49,141). Sum of RGB (Red+Green+Blue) = 97+49+141=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #61318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61318D is #9ECE72. Grayscale: #494949. Windows color (decimal): -10407539 or 9253217. OLE color: 9253217.

HSL color Cylindrical-coordinate representation of color #61318D: hue angle of 271.3º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61318D is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9749141-
CMYK0.310.6500.45
HSL271.3º48.42%37.25%-
HSV(B)271.3º65.25%55.29%-
XYZ10.846.6625.91-
YUV73.84165.9144.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=33.80%
G=17.07%
B=49.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97491410.310.6500.45271.348.4237.25
Hex61318D1F4102D10f3025
Octal14161215371010554176045
Binary1100001110001100011011111110000010101101100001111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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