Html Css Color HEX #5135BA Purple Heart

📋 copy color: '#5135BA'

red 81 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #5135BA

Tints of Purple Heart #5135BA

RGB

 RED value IS 81 (32.03% from 255) = 25.31%

 GREEN value IS 53 (21.09% from 255) = 16.56%

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

R = 25.31%
G = 16.56%
B = 58.13%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5135BA (or 0x5135BA) is known color: Purple Heart. HEX triplet: 51, 35 and BA. RGB value is (81,53,186). Sum of RGB (Red+Green+Blue) = 81+53+186=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #5135BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5135BA is #AECA45. Grayscale: #4C4C4C. Windows color (decimal): -11455046 or 12203345. OLE color: 12203345.

HSL color Cylindrical-coordinate representation of color #5135BA: hue angle of 252.63º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5135BA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 53 186 -
CMYK 0.56 0.72 0 0.27
HSL 252.63º 0.56% 0.47% -
HSV(B) 252.63º 0.72% 0.73% -
XYZ 13.53 7.84 47.25 -
YUV 76.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 81 53 186 0.56 0.72 0 0.27 252.63 0.56 0.47
Hex 51 35 BA 38 48 0 1B FD 38 2F
Octal 121 65 272 70 110 0 33 375 70 57
Binary 1010001 110101 10111010 111000 1001000 0 11011 11111101 111000 101111

Color Harmonies of #5135BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5135BA

Black with #5135BA

Text Example


Text Example

White with #5135BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5135BA; }

 p { color: rgb(81,53,186); }

 H1.HeaderClassName
 {
   color: #5135BA;
 }
 .AnyTagClassName
 {
   color: #5135BA;
 }
</style>

background-color css

<style>
 a { background-color: #5135BA; }

 a { background-color: rgb(81,53,186); }

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

border-color css

<style>
 span { border-color: #5135BA; }

 span { border-color: rgb(81,53,186); }

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