Html Css Color HEX #5217CD Purple Heart

📋 copy color: '#5217CD'

red 82 ◦ green 23 ◦ blue 205

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

Shades of Purple Heart #5217CD

Tints of Purple Heart #5217CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 26.45%
G = 7.42%
B = 66.13%

CMYK

 C value IS 0.6

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5217CD (or 0x5217CD) is known color: Purple Heart. HEX triplet: 52, 17 and CD. RGB value is (82,23,205). Sum of RGB (Red+Green+Blue) = 82+23+205=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #5217CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5217CD is #ADE832. Grayscale: #3C3C3C. Windows color (decimal): -11397171 or 13440850. OLE color: 13440850.

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

Color convert

RGB 82 23 205 -
CMYK 0.6 0.89 0 0.20
HSL 259.45º 0.8% 0.45% -
HSV(B) 259.45º 0.89% 0.8% -
XYZ 14.81 6.81 58.29 -
YUV 61.39 209.05 142.7 -
System Red Green Blue C M Y K H S L
Decimal 82 23 205 0.6 0.89 0 0.20 259.45 0.8 0.45
Hex 52 17 CD 3C 59 0 14 103 50 2D
Octal 122 27 315 74 131 0 24 403 120 55
Binary 1010010 10111 11001101 111100 1011001 0 10100 100000011 1010000 101101

Color Harmonies of #5217CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5217CD

Black with #5217CD

Text Example


Text Example

White with #5217CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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