Html Css Color HEX #5F0BBA Purple Heart

📋 copy color: '#5F0BBA'

red 95 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #5F0BBA

Tints of Purple Heart #5F0BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.7%

R = 32.53%
G = 3.77%
B = 63.7%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F0BBA (or 0x5F0BBA) is known color: Purple Heart. HEX triplet: 5F, 0B and BA. RGB value is (95,11,186). Sum of RGB (Red+Green+Blue) = 95+11+186=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0BBA is #A0F445. Grayscale: #373737. Windows color (decimal): -10548294 or 12192607. OLE color: 12192607.

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

Color convert

RGB 95 11 186 -
CMYK 0.49 0.94 0 0.27
HSL 268.8º 0.89% 0.39% -
HSV(B) 268.8º 0.94% 0.73% -
XYZ 13.7 6.22 46.93 -
YUV 56.07 201.33 155.77 -
System Red Green Blue C M Y K H S L
Decimal 95 11 186 0.49 0.94 0 0.27 268.8 0.89 0.39
Hex 5F B BA 31 5E 0 1B 10D 59 27
Octal 137 13 272 61 136 0 33 415 131 47
Binary 1011111 1011 10111010 110001 1011110 0 11011 100001101 1011001 100111

Color Harmonies of #5F0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0BBA

Black with #5F0BBA

Text Example


Text Example

White with #5F0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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