Html Css Color HEX #5F0BBE Purple Heart

📋 copy color: '#5F0BBE'

red 95 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #5F0BBE

Tints of Purple Heart #5F0BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 32.09%
G = 3.72%
B = 64.19%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F0BBE (or 0x5F0BBE) is known color: Purple Heart. HEX triplet: 5F, 0B and BE. RGB value is (95,11,190). Sum of RGB (Red+Green+Blue) = 95+11+190=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F0BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0BBE is #A0F441. Grayscale: #373737. Windows color (decimal): -10548290 or 12454751. OLE color: 12454751.

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

Color convert

RGB 95 11 190 -
CMYK 0.5 0.94 0 0.25
HSL 268.16º 0.89% 0.39% -
HSV(B) 268.16º 0.94% 0.75% -
XYZ 14.13 6.39 49.2 -
YUV 56.52 203.33 155.45 -
System Red Green Blue C M Y K H S L
Decimal 95 11 190 0.5 0.94 0 0.25 268.16 0.89 0.39
Hex 5F B BE 32 5E 0 19 10C 59 27
Octal 137 13 276 62 136 0 31 414 131 47
Binary 1011111 1011 10111110 110010 1011110 0 11001 100001100 1011001 100111

Color Harmonies of #5F0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0BBE

Black with #5F0BBE

Text Example


Text Example

White with #5F0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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