Html Css Color HEX #5212D3 Purple Heart

📋 copy color: '#5212D3'

red 82 ◦ green 18 ◦ blue 211

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

Shades of Purple Heart #5212D3

Tints of Purple Heart #5212D3

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

 BLUE value IS 211 (82.81% from 255) = 67.85%

R = 26.37%
G = 5.79%
B = 67.85%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5212D3 (or 0x5212D3) is known color: Purple Heart. HEX triplet: 52, 12 and D3. RGB value is (82,18,211). Sum of RGB (Red+Green+Blue) = 82+18+211=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 211 (82.81% from 255 or 67.85% from 311); Max value from RGB is 211 - color contains mainly: blue. Hex color #5212D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5212D3 is #ADED2C. Grayscale: #3A3A3A. Windows color (decimal): -11398445 or 13832786. OLE color: 13832786.

HSL color Cylindrical-coordinate representation of color #5212D3: hue angle of 259.9º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5212D3 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 18 211 -
CMYK 0.61 0.91 0 0.17
HSL 259.9º 0.84% 0.45% -
HSV(B) 259.9º 0.91% 0.83% -
XYZ 15.45 6.93 62.15 -
YUV 59.14 213.7 144.31 -
System Red Green Blue C M Y K H S L
Decimal 82 18 211 0.61 0.91 0 0.17 259.9 0.84 0.45
Hex 52 12 D3 3D 5B 0 11 104 54 2D
Octal 122 22 323 75 133 0 21 404 124 55
Binary 1010010 10010 11010011 111101 1011011 0 10001 100000100 1010100 101101

Color Harmonies of #5212D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5212D3

Black with #5212D3

Text Example


Text Example

White with #5212D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5212D3; }

 p { color: rgb(82,18,211); }

 H1.HeaderClassName
 {
   color: #5212D3;
 }
 .AnyTagClassName
 {
   color: #5212D3;
 }
</style>

background-color css

<style>
 a { background-color: #5212D3; }

 a { background-color: rgb(82,18,211); }

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

border-color css

<style>
 span { border-color: #5212D3; }

 span { border-color: rgb(82,18,211); }

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