Html Css Color HEX #5215BA Purple Heart

📋 copy color: '#5215BA'

red 82 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #5215BA

Tints of Purple Heart #5215BA

RGB

 RED value IS 82 (32.42% from 255) = 28.37%

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 28.37%
G = 7.27%
B = 64.36%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5215BA (or 0x5215BA) is known color: Purple Heart. HEX triplet: 52, 15 and BA. RGB value is (82,21,186). Sum of RGB (Red+Green+Blue) = 82+21+186=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #5215BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5215BA is #ADEA45. Grayscale: #393939. Windows color (decimal): -11397702 or 12195154. OLE color: 12195154.

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

Color convert

RGB 82 21 186 -
CMYK 0.56 0.89 0 0.27
HSL 262.18º 0.8% 0.41% -
HSV(B) 262.18º 0.89% 0.73% -
XYZ 12.61 5.88 46.92 -
YUV 58.05 200.21 145.08 -
System Red Green Blue C M Y K H S L
Decimal 82 21 186 0.56 0.89 0 0.27 262.18 0.8 0.41
Hex 52 15 BA 38 59 0 1B 106 50 29
Octal 122 25 272 70 131 0 33 406 120 51
Binary 1010010 10101 10111010 111000 1011001 0 11011 100000110 1010000 101001

Color Harmonies of #5215BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5215BA

Black with #5215BA

Text Example


Text Example

White with #5215BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,21,186); }

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

background-color css

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

 a { background-color: rgb(82,21,186); }

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

border-color css

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

 span { border-color: rgb(82,21,186); }

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