Html Css Color HEX #5217A6 Purple Heart

📋 copy color: '#5217A6'

red 82 ◦ green 23 ◦ blue 166

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

Shades of Purple Heart #5217A6

Tints of Purple Heart #5217A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 61.25%

R = 30.26%
G = 8.49%
B = 61.25%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5217A6 (or 0x5217A6) is known color: Purple Heart. HEX triplet: 52, 17 and A6. RGB value is (82,23,166). Sum of RGB (Red+Green+Blue) = 82+23+166=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 166 (65.23% from 255 or 61.25% from 271); Max value from RGB is 166 - color contains mainly: blue. Hex color #5217A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5217A6 is #ADE859. Grayscale: #383838. Windows color (decimal): -11397210 or 10884946. OLE color: 10884946.

HSL color Cylindrical-coordinate representation of color #5217A6: hue angle of 264.76º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5217A6 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 23 166 -
CMYK 0.51 0.86 0 0.35
HSL 264.76º 0.76% 0.37% -
HSV(B) 264.76º 0.86% 0.65% -
XYZ 10.67 5.16 36.51 -
YUV 56.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 82 23 166 0.51 0.86 0 0.35 264.76 0.76 0.37
Hex 52 17 A6 33 56 0 23 109 4C 25
Octal 122 27 246 63 126 0 43 411 114 45
Binary 1010010 10111 10100110 110011 1010110 0 100011 100001001 1001100 100101

Color Harmonies of #5217A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5217A6

Black with #5217A6

Text Example


Text Example

White with #5217A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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