Html Css Color HEX #5F1E7F Kingfisher Daisy

📋 copy color: '#5F1E7F'

red 95 ◦ green 30 ◦ blue 127

#5F1E7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #5F1E7F

Tints of Kingfisher Daisy #5F1E7F

RGB

 RED value IS 95 (37.5% from 255) = 37.7%

 GREEN value IS 30 (12.11% from 255) = 11.9%

 BLUE value IS 127 (50% from 255) = 50.4%

R = 37.7%
G = 11.9%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5F1E7F (or 0x5F1E7F) is known color: Kingfisher Daisy. HEX triplet: 5F, 1E and 7F. RGB value is (95,30,127). Sum of RGB (Red+Green+Blue) = 95+30+127=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F1E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1E7F is #A0E180. Grayscale: #3C3C3C. Windows color (decimal): -10543489 or 8330847. OLE color: 8330847.

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

Color convert

RGB 95 30 127 -
CMYK 0.25 0.76 0 0.50
HSL 280.21º 0.62% 0.31% -
HSV(B) 280.21º 0.76% 0.5% -
XYZ 9.01 4.89 20.55 -
YUV 60.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 95 30 127 0.25 0.76 0 0.50 280.21 0.62 0.31
Hex 5F 1E 7F 19 4C 0 32 118 3E 1F
Octal 137 36 177 31 114 0 62 430 76 37
Binary 1011111 11110 1111111 11001 1001100 0 110010 100011000 111110 11111

Color Harmonies of #5F1E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1E7F

Black with #5F1E7F

Text Example


Text Example

White with #5F1E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F1E7F;
 }
 .AnyTagClassName
 {
   color: #5F1E7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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