Html Css Color HEX #5F3379 Honey Flower

📋 copy color: '#5F3379'

red 95 ◦ green 51 ◦ blue 121

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

Shades of Honey Flower #5F3379

Tints of Honey Flower #5F3379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 35.58%
G = 19.1%
B = 45.32%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5F3379 (or 0x5F3379) is known color: Honey Flower. HEX triplet: 5F, 33 and 79. RGB value is (95,51,121). Sum of RGB (Red+Green+Blue) = 95+51+121=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F3379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3379 is #A0CC86. Grayscale: #474747. Windows color (decimal): -10538119 or 7943007. OLE color: 7943007.

HSL color Cylindrical-coordinate representation of color #5F3379: hue angle of 277.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F3379 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 95 51 121 -
CMYK 0.21 0.58 0 0.53
HSL 277.71º 0.41% 0.34% -
HSV(B) 277.71º 0.58% 0.47% -
XYZ 9.35 6.18 18.79 -
YUV 72.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 95 51 121 0.21 0.58 0 0.53 277.71 0.41 0.34
Hex 5F 33 79 15 3A 0 35 116 29 22
Octal 137 63 171 25 72 0 65 426 51 42
Binary 1011111 110011 1111001 10101 111010 0 110101 100010110 101001 100010

Color Harmonies of #5F3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3379

Black with #5F3379

Text Example


Text Example

White with #5F3379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,51,121); }

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

background-color css

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

 a { background-color: rgb(95,51,121); }

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

border-color css

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

 span { border-color: rgb(95,51,121); }

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