Html Css Color HEX #5F3D78 Honey Flower

📋 copy color: '#5F3D78'

red 95 ◦ green 61 ◦ blue 120

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

Shades of Honey Flower #5F3D78

Tints of Honey Flower #5F3D78

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.1%

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 34.42%
G = 22.1%
B = 43.48%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5F3D78 (or 0x5F3D78) is known color: Honey Flower. HEX triplet: 5F, 3D and 78. RGB value is (95,61,120). Sum of RGB (Red+Green+Blue) = 95+61+120=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F3D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3D78 is #A0C287. Grayscale: #4D4D4D. Windows color (decimal): -10535560 or 7880031. OLE color: 7880031.

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

Color convert

RGB 95 61 120 -
CMYK 0.21 0.49 0 0.53
HSL 274.58º 0.33% 0.35% -
HSV(B) 274.58º 0.49% 0.47% -
XYZ 9.78 7.13 18.63 -
YUV 77.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 95 61 120 0.21 0.49 0 0.53 274.58 0.33 0.35
Hex 5F 3D 78 15 31 0 35 113 21 23
Octal 137 75 170 25 61 0 65 423 41 43
Binary 1011111 111101 1111000 10101 110001 0 110101 100010011 100001 100011

Color Harmonies of #5F3D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3D78

Black with #5F3D78

Text Example


Text Example

White with #5F3D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,61,120); }

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

background-color css

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

 a { background-color: rgb(95,61,120); }

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

border-color css

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

 span { border-color: rgb(95,61,120); }

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