Html Css Color HEX #5217D1 Purple Heart

📋 copy color: '#5217D1'

red 82 ◦ green 23 ◦ blue 209

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

Shades of Purple Heart #5217D1

Tints of Purple Heart #5217D1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

 BLUE value IS 209 (82.03% from 255) = 66.56%

R = 26.11%
G = 7.32%
B = 66.56%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5217D1 (or 0x5217D1) is known color: Purple Heart. HEX triplet: 52, 17 and D1. RGB value is (82,23,209). Sum of RGB (Red+Green+Blue) = 82+23+209=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 209 (82.03% from 255 or 66.56% from 314); Max value from RGB is 209 - color contains mainly: blue. Hex color #5217D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5217D1 is #ADE82E. Grayscale: #3D3D3D. Windows color (decimal): -11397167 or 13702994. OLE color: 13702994.

HSL color Cylindrical-coordinate representation of color #5217D1: hue angle of 259.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5217D1 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 23 209 -
CMYK 0.61 0.89 0 0.18
HSL 259.03º 0.8% 0.45% -
HSV(B) 259.03º 0.89% 0.82% -
XYZ 15.29 7.01 60.87 -
YUV 61.85 211.05 142.38 -
System Red Green Blue C M Y K H S L
Decimal 82 23 209 0.61 0.89 0 0.18 259.03 0.8 0.45
Hex 52 17 D1 3D 59 0 12 103 50 2D
Octal 122 27 321 75 131 0 22 403 120 55
Binary 1010010 10111 11010001 111101 1011001 0 10010 100000011 1010000 101101

Color Harmonies of #5217D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5217D1

Black with #5217D1

Text Example


Text Example

White with #5217D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5217D1; }

 p { color: rgb(82,23,209); }

 H1.HeaderClassName
 {
   color: #5217D1;
 }
 .AnyTagClassName
 {
   color: #5217D1;
 }
</style>

background-color css

<style>
 a { background-color: #5217D1; }

 a { background-color: rgb(82,23,209); }

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

border-color css

<style>
 span { border-color: #5217D1; }

 span { border-color: rgb(82,23,209); }

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