Html Css Color HEX #5F1BAE Purple Heart

📋 copy color: '#5F1BAE'

red 95 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #5F1BAE

Tints of Purple Heart #5F1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.12%

 BLUE value IS 174 (68.36% from 255) = 58.78%

R = 32.09%
G = 9.12%
B = 58.78%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F1BAE (or 0x5F1BAE) is known color: Purple Heart. HEX triplet: 5F, 1B and AE. RGB value is (95,27,174). Sum of RGB (Red+Green+Blue) = 95+27+174=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1BAE is #A0E451. Grayscale: #3F3F3F. Windows color (decimal): -10544210 or 11410271. OLE color: 11410271.

HSL color Cylindrical-coordinate representation of color #5F1BAE: hue angle of 267.76º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F1BAE is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 27 174 -
CMYK 0.45 0.84 0 0.32
HSL 267.76º 0.73% 0.39% -
HSV(B) 267.76º 0.84% 0.68% -
XYZ 12.75 6.27 40.58 -
YUV 64.09 190.03 150.05 -
System Red Green Blue C M Y K H S L
Decimal 95 27 174 0.45 0.84 0 0.32 267.76 0.73 0.39
Hex 5F 1B AE 2D 54 0 20 10C 49 27
Octal 137 33 256 55 124 0 40 414 111 47
Binary 1011111 11011 10101110 101101 1010100 0 100000 100001100 1001001 100111

Color Harmonies of #5F1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1BAE

Black with #5F1BAE

Text Example


Text Example

White with #5F1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,27,174); }

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

background-color css

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

 a { background-color: rgb(95,27,174); }

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

border-color css

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

 span { border-color: rgb(95,27,174); }

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