Html Css Color HEX #5F0BBF Purple Heart

📋 copy color: '#5F0BBF'

red 95 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #5F0BBF

Tints of Purple Heart #5F0BBF

RGB

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

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

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

R = 31.99%
G = 3.7%
B = 64.31%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F0BBF (or 0x5F0BBF) is known color: Purple Heart. HEX triplet: 5F, 0B and BF. RGB value is (95,11,191). Sum of RGB (Red+Green+Blue) = 95+11+191=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F0BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0BBF is #A0F440. Grayscale: #383838. Windows color (decimal): -10548289 or 12520287. OLE color: 12520287.

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

Color convert

RGB 95 11 191 -
CMYK 0.50 0.94 0 0.25
HSL 268º 0.89% 0.4% -
HSV(B) 268º 0.94% 0.75% -
XYZ 14.24 6.43 49.78 -
YUV 56.64 203.83 155.36 -
System Red Green Blue C M Y K H S L
Decimal 95 11 191 0.50 0.94 0 0.25 268 0.89 0.4
Hex 5F B BF 32 5E 0 19 10C 59 28
Octal 137 13 277 62 136 0 31 414 131 50
Binary 1011111 1011 10111111 110010 1011110 0 11001 100001100 1011001 101000

Color Harmonies of #5F0BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0BBF

Black with #5F0BBF

Text Example


Text Example

White with #5F0BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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