Html Css Color HEX #5F2EAB Purple Heart

📋 copy color: '#5F2EAB'

red 95 ◦ green 46 ◦ blue 171

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

Shades of Purple Heart #5F2EAB

Tints of Purple Heart #5F2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.74%

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 30.45%
G = 14.74%
B = 54.81%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F2EAB (or 0x5F2EAB) is known color: Purple Heart. HEX triplet: 5F, 2E and AB. RGB value is (95,46,171). Sum of RGB (Red+Green+Blue) = 95+46+171=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F2EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2EAB is #A0D154. Grayscale: #4A4A4A. Windows color (decimal): -10539349 or 11218527. OLE color: 11218527.

HSL color Cylindrical-coordinate representation of color #5F2EAB: hue angle of 263.52º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F2EAB is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 46 171 -
CMYK 0.44 0.73 0 0.33
HSL 263.52º 0.58% 0.43% -
HSV(B) 263.52º 0.73% 0.67% -
XYZ 13.05 7.33 39.25 -
YUV 74.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 95 46 171 0.44 0.73 0 0.33 263.52 0.58 0.43
Hex 5F 2E AB 2C 49 0 21 108 3A 2B
Octal 137 56 253 54 111 0 41 410 72 53
Binary 1011111 101110 10101011 101100 1001001 0 100001 100001000 111010 101011

Color Harmonies of #5F2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2EAB

Black with #5F2EAB

Text Example


Text Example

White with #5F2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,46,171); }

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

background-color css

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

 a { background-color: rgb(95,46,171); }

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

border-color css

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

 span { border-color: rgb(95,46,171); }

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