Html Css Color HEX #5F01BF Purple Heart

📋 copy color: '#5F01BF'

red 95 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #5F01BF

Tints of Purple Heart #5F01BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 33.1%
G = 0.35%
B = 66.55%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F01BF (or 0x5F01BF) is known color: Purple Heart. HEX triplet: 5F, 01 and BF. RGB value is (95,1,191). Sum of RGB (Red+Green+Blue) = 95+1+191=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F01BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F01BF is #A0FE40. Grayscale: #323232. Windows color (decimal): -10550849 or 12517727. OLE color: 12517727.

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

Color convert

RGB 95 1 191 -
CMYK 0.50 0.99 0 0.25
HSL 269.68º 0.99% 0.38% -
HSV(B) 269.68º 0.99% 0.75% -
XYZ 14.13 6.22 49.75 -
YUV 50.77 207.14 159.55 -
System Red Green Blue C M Y K H S L
Decimal 95 1 191 0.50 0.99 0 0.25 269.68 0.99 0.38
Hex 5F 1 BF 32 63 0 19 10E 63 26
Octal 137 1 277 62 143 0 31 416 143 46
Binary 1011111 1 10111111 110010 1100011 0 11001 100001110 1100011 100110

Color Harmonies of #5F01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F01BF

Black with #5F01BF

Text Example


Text Example

White with #5F01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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