#5f1f7d

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

Shades of Kingfisher Daisy #5F1F7D

Tints of Kingfisher Daisy #5F1F7D

Color information

#5F1F7D (or 0x5F1F7D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 1F and 7D. RGB value is (95,31,125). Sum of RGB (Red+Green+Blue) = 95+31+125=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F1F7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1F7D is #A0E082. Grayscale: #3C3C3C. Windows color (decimal): -10543235 or 8200031. OLE color: 8200031.

HSL color Cylindrical-coordinate representation of color #5F1F7D: hue angle of 280.85º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F1F7D is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9531125-
CMYK0.240.7500.51
HSL280.85º60.26%30.59%-
HSV(B)280.85º75.2%49.02%-
XYZ8.914.8919.88-
YUV60.85164.2152.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=37.85%
G=12.35%
B=49.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95311250.240.7500.51280.8560.2630.59
Hex5F1F7D184B0331193c1f
Octal13737175301130634317437
Binary1011111111111111101110001001011011001110001100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f1f7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,31,125); }

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

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

 a { background-color: rgb(95,31,125); }

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

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

 span { border-color: rgb(95,31,125); }

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