Html Css Color HEX #5217CE Purple Heart

📋 copy color: '#5217CE'

red 82 ◦ green 23 ◦ blue 206

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

Shades of Purple Heart #5217CE

Tints of Purple Heart #5217CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.24%

R = 26.37%
G = 7.4%
B = 66.24%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5217CE (or 0x5217CE) is known color: Purple Heart. HEX triplet: 52, 17 and CE. RGB value is (82,23,206). Sum of RGB (Red+Green+Blue) = 82+23+206=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #5217CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5217CE is #ADE831. Grayscale: #3C3C3C. Windows color (decimal): -11397170 or 13506386. OLE color: 13506386.

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

Color convert

RGB 82 23 206 -
CMYK 0.60 0.89 0 0.19
HSL 259.34º 0.8% 0.45% -
HSV(B) 259.34º 0.89% 0.81% -
XYZ 14.93 6.86 58.93 -
YUV 61.5 209.55 142.62 -
System Red Green Blue C M Y K H S L
Decimal 82 23 206 0.60 0.89 0 0.19 259.34 0.8 0.45
Hex 52 17 CE 3C 59 0 13 103 50 2D
Octal 122 27 316 74 131 0 23 403 120 55
Binary 1010010 10111 11001110 111100 1011001 0 10011 100000011 1010000 101101

Color Harmonies of #5217CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5217CE

Black with #5217CE

Text Example


Text Example

White with #5217CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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