Html Css Color HEX #5210B1 Purple Heart

📋 copy color: '#5210B1'

red 82 ◦ green 16 ◦ blue 177

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

Shades of Purple Heart #5210B1

Tints of Purple Heart #5210B1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.82%

 BLUE value IS 177 (69.53% from 255) = 64.36%

R = 29.82%
G = 5.82%
B = 64.36%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5210B1 (or 0x5210B1) is known color: Purple Heart. HEX triplet: 52, 10 and B1. RGB value is (82,16,177). Sum of RGB (Red+Green+Blue) = 82+16+177=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 177 (69.53% from 255 or 64.36% from 275); Max value from RGB is 177 - color contains mainly: blue. Hex color #5210B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5210B1 is #ADEF4E. Grayscale: #353535. Windows color (decimal): -11398991 or 11604050. OLE color: 11604050.

HSL color Cylindrical-coordinate representation of color #5210B1: hue angle of 264.6º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5210B1 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 16 177 -
CMYK 0.54 0.91 0 0.31
HSL 264.6º 0.83% 0.38% -
HSV(B) 264.6º 0.91% 0.69% -
XYZ 11.6 5.34 42.01 -
YUV 54.09 197.37 147.91 -
System Red Green Blue C M Y K H S L
Decimal 82 16 177 0.54 0.91 0 0.31 264.6 0.83 0.38
Hex 52 10 B1 36 5B 0 1F 109 53 26
Octal 122 20 261 66 133 0 37 411 123 46
Binary 1010010 10000 10110001 110110 1011011 0 11111 100001001 1010011 100110

Color Harmonies of #5210B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5210B1

Black with #5210B1

Text Example


Text Example

White with #5210B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5210B1; }

 p { color: rgb(82,16,177); }

 H1.HeaderClassName
 {
   color: #5210B1;
 }
 .AnyTagClassName
 {
   color: #5210B1;
 }
</style>

background-color css

<style>
 a { background-color: #5210B1; }

 a { background-color: rgb(82,16,177); }

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

border-color css

<style>
 span { border-color: #5210B1; }

 span { border-color: rgb(82,16,177); }

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