Html Css Color HEX #5F0BAC Purple Heart

📋 copy color: '#5F0BAC'

red 95 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #5F0BAC

Tints of Purple Heart #5F0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 34.17%
G = 3.96%
B = 61.87%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F0BAC (or 0x5F0BAC) is known color: Purple Heart. HEX triplet: 5F, 0B and AC. RGB value is (95,11,172). Sum of RGB (Red+Green+Blue) = 95+11+172=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0BAC is #A0F453. Grayscale: #353535. Windows color (decimal): -10548308 or 11275103. OLE color: 11275103.

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

Color convert

RGB 95 11 172 -
CMYK 0.45 0.94 0 0.33
HSL 271.3º 0.88% 0.36% -
HSV(B) 271.3º 0.94% 0.67% -
XYZ 12.29 5.65 39.47 -
YUV 54.47 194.33 156.91 -
System Red Green Blue C M Y K H S L
Decimal 95 11 172 0.45 0.94 0 0.33 271.3 0.88 0.36
Hex 5F B AC 2D 5E 0 21 10F 58 24
Octal 137 13 254 55 136 0 41 417 130 44
Binary 1011111 1011 10101100 101101 1011110 0 100001 100001111 1011000 100100

Color Harmonies of #5F0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0BAC

Black with #5F0BAC

Text Example


Text Example

White with #5F0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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