#561f8f

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

Shades of Kingfisher Daisy #561F8F

Tints of Kingfisher Daisy #561F8F

Color information

#561F8F (or 0x561F8F) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 1F and 8F. RGB value is (86,31,143). Sum of RGB (Red+Green+Blue) = 86+31+143=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #561F8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561F8F is #A9E070. Grayscale: #3B3B3B. Windows color (decimal): -11133041 or 9379670. OLE color: 9379670.

HSL color Cylindrical-coordinate representation of color #561F8F: hue angle of 269.46º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561F8F is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8631143-
CMYK0.400.7800.44
HSL269.46º64.37%34.12%-
HSV(B)269.46º78.32%56.08%-
XYZ9.294.9426.45-
YUV60.21174.72146.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 143 (56.25% from 255) = 55%
R=33.08%
G=11.92%
B=55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86311430.400.7800.44269.4664.3734.12
Hex561F8F284E02C10d4022
Octal126372175011605441510042
Binary10101101111110001111101000100111001011001000011011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561f8f; }

 p { color: rgb(86,31,143); }

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

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

 a { background-color: rgb(86,31,143); }

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

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

 span { border-color: rgb(86,31,143); }

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