Html Css Color HEX #5F0ABF Purple Heart

📋 copy color: '#5F0ABF'

red 95 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #5F0ABF

Tints of Purple Heart #5F0ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.38%

 BLUE value IS 191 (75% from 255) = 64.53%

R = 32.09%
G = 3.38%
B = 64.53%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F0ABF (or 0x5F0ABF) is known color: Purple Heart. HEX triplet: 5F, 0A and BF. RGB value is (95,10,191). Sum of RGB (Red+Green+Blue) = 95+10+191=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F0ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0ABF is #A0F540. Grayscale: #373737. Windows color (decimal): -10548545 or 12520031. OLE color: 12520031.

HSL color Cylindrical-coordinate representation of color #5F0ABF: hue angle of 268.18º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0ABF is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 10 191 -
CMYK 0.50 0.95 0 0.25
HSL 268.18º 0.9% 0.39% -
HSV(B) 268.18º 0.95% 0.75% -
XYZ 14.23 6.41 49.78 -
YUV 56.05 204.16 155.78 -
System Red Green Blue C M Y K H S L
Decimal 95 10 191 0.50 0.95 0 0.25 268.18 0.9 0.39
Hex 5F A BF 32 5F 0 19 10C 5A 27
Octal 137 12 277 62 137 0 31 414 132 47
Binary 1011111 1010 10111111 110010 1011111 0 11001 100001100 1011010 100111

Color Harmonies of #5F0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0ABF

Black with #5F0ABF

Text Example


Text Example

White with #5F0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,10,191); }

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

background-color css

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

 a { background-color: rgb(95,10,191); }

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

border-color css

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

 span { border-color: rgb(95,10,191); }

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