Html Css Color HEX #5218D6 Purple Heart

📋 copy color: '#5218D6'

red 82 ◦ green 24 ◦ blue 214

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

Shades of Purple Heart #5218D6

Tints of Purple Heart #5218D6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.5%

 BLUE value IS 214 (83.98% from 255) = 66.88%

R = 25.63%
G = 7.5%
B = 66.88%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5218D6 (or 0x5218D6) is known color: Purple Heart. HEX triplet: 52, 18 and D6. RGB value is (82,24,214). Sum of RGB (Red+Green+Blue) = 82+24+214=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #5218D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5218D6 is #ADE729. Grayscale: #3E3E3E. Windows color (decimal): -11396906 or 14030930. OLE color: 14030930.

HSL color Cylindrical-coordinate representation of color #5218D6: hue angle of 258.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5218D6 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 24 214 -
CMYK 0.62 0.89 0 0.16
HSL 258.32º 0.8% 0.47% -
HSV(B) 258.32º 0.89% 0.84% -
XYZ 15.94 7.3 64.19 -
YUV 63 213.22 141.55 -
System Red Green Blue C M Y K H S L
Decimal 82 24 214 0.62 0.89 0 0.16 258.32 0.8 0.47
Hex 52 18 D6 3E 59 0 10 102 50 2F
Octal 122 30 326 76 131 0 20 402 120 57
Binary 1010010 11000 11010110 111110 1011001 0 10000 100000010 1010000 101111

Color Harmonies of #5218D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5218D6

Black with #5218D6

Text Example


Text Example

White with #5218D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5218D6; }

 p { color: rgb(82,24,214); }

 H1.HeaderClassName
 {
   color: #5218D6;
 }
 .AnyTagClassName
 {
   color: #5218D6;
 }
</style>

background-color css

<style>
 a { background-color: #5218D6; }

 a { background-color: rgb(82,24,214); }

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

border-color css

<style>
 span { border-color: #5218D6; }

 span { border-color: rgb(82,24,214); }

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