Html Css Color HEX #5017D2 Purple Heart

📋 copy color: '#5017D2'

red 80 ◦ green 23 ◦ blue 210

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

Shades of Purple Heart #5017D2

Tints of Purple Heart #5017D2

RGB

 RED value IS 80 (31.64% from 255) = 25.56%

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

 BLUE value IS 210 (82.42% from 255) = 67.09%

R = 25.56%
G = 7.35%
B = 67.09%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5017D2 (or 0x5017D2) is known color: Purple Heart. HEX triplet: 50, 17 and D2. RGB value is (80,23,210). Sum of RGB (Red+Green+Blue) = 80+23+210=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 210 (82.42% from 255 or 67.09% from 313); Max value from RGB is 210 - color contains mainly: blue. Hex color #5017D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5017D2 is #AFE82D. Grayscale: #3C3C3C. Windows color (decimal): -11528238 or 13768528. OLE color: 13768528.

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

Color convert

RGB 80 23 210 -
CMYK 0.62 0.89 0 0.18
HSL 258.29º 0.8% 0.46% -
HSV(B) 258.29º 0.89% 0.82% -
XYZ 15.25 6.97 61.51 -
YUV 61.36 211.88 141.29 -
System Red Green Blue C M Y K H S L
Decimal 80 23 210 0.62 0.89 0 0.18 258.29 0.8 0.46
Hex 50 17 D2 3E 59 0 12 102 50 2E
Octal 120 27 322 76 131 0 22 402 120 56
Binary 1010000 10111 11010010 111110 1011001 0 10010 100000010 1010000 101110

Color Harmonies of #5017D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5017D2

Black with #5017D2

Text Example


Text Example

White with #5017D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5017D2; }

 p { color: rgb(80,23,210); }

 H1.HeaderClassName
 {
   color: #5017D2;
 }
 .AnyTagClassName
 {
   color: #5017D2;
 }
</style>

background-color css

<style>
 a { background-color: #5017D2; }

 a { background-color: rgb(80,23,210); }

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

border-color css

<style>
 span { border-color: #5017D2; }

 span { border-color: rgb(80,23,210); }

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