#5F217F

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

Shades of Kingfisher Daisy #5F217F

Tints of Kingfisher Daisy #5F217F

Color information

#5F217F (or 0x5F217F) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 21 and 7F. RGB value is (95,33,127). Sum of RGB (Red+Green+Blue) = 95+33+127=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F217F is #A0DE80. Grayscale: #3D3D3D. Windows color (decimal): -10542721 or 8331615. OLE color: 8331615.

HSL color Cylindrical-coordinate representation of color #5F217F: hue angle of 279.57º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F217F is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9533127-
CMYK0.250.7400.50
HSL279.57º58.75%31.37%-
HSV(B)279.57º74.02%49.8%-
XYZ9.095.0520.57-
YUV62.25164.54151.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.25%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 127 (50% from 255) = 49.80%
R=37.25%
G=12.94%
B=49.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal95331270.250.7400.50279.5758.7531.37
Hex5F217F194A0321183b1f
Octal13741177311120624307337
Binary10111111000011111111110011001010011001010001100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F217F; }

 p { color: rgb(95,33,127); }

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

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

 a { background-color: rgb(95,33,127); }

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

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

 span { border-color: rgb(95,33,127); }

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