Html Css Color HEX #5F1BAC Purple Heart

📋 copy color: '#5F1BAC'

red 95 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #5F1BAC

Tints of Purple Heart #5F1BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.5%

R = 32.31%
G = 9.18%
B = 58.5%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F1BAC (or 0x5F1BAC) is known color: Purple Heart. HEX triplet: 5F, 1B and AC. RGB value is (95,27,172). Sum of RGB (Red+Green+Blue) = 95+27+172=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F1BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1BAC is #A0E453. Grayscale: #3F3F3F. Windows color (decimal): -10544212 or 11279199. OLE color: 11279199.

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

Color convert

RGB 95 27 172 -
CMYK 0.45 0.84 0 0.33
HSL 268.14º 0.73% 0.39% -
HSV(B) 268.14º 0.84% 0.67% -
XYZ 12.56 6.2 39.56 -
YUV 63.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 95 27 172 0.45 0.84 0 0.33 268.14 0.73 0.39
Hex 5F 1B AC 2D 54 0 21 10C 49 27
Octal 137 33 254 55 124 0 41 414 111 47
Binary 1011111 11011 10101100 101101 1010100 0 100001 100001100 1001001 100111

Color Harmonies of #5F1BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1BAC

Black with #5F1BAC

Text Example


Text Example

White with #5F1BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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