Html Css Color HEX #521ECD Purple Heart

📋 copy color: '#521ECD'

red 82 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #521ECD

Tints of Purple Heart #521ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

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

R = 25.87%
G = 9.46%
B = 64.67%

CMYK

 C value IS 0.6

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#521ECD (or 0x521ECD) is known color: Purple Heart. HEX triplet: 52, 1E and CD. RGB value is (82,30,205). Sum of RGB (Red+Green+Blue) = 82+30+205=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #521ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ECD is #ADE132. Grayscale: #404040. Windows color (decimal): -11395379 or 13442642. OLE color: 13442642.

HSL color Cylindrical-coordinate representation of color #521ECD: hue angle of 257.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521ECD is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 30 205 -
CMYK 0.6 0.85 0 0.20
HSL 257.83º 0.74% 0.46% -
HSV(B) 257.83º 0.85% 0.8% -
XYZ 14.96 7.13 58.35 -
YUV 65.5 206.73 139.77 -
System Red Green Blue C M Y K H S L
Decimal 82 30 205 0.6 0.85 0 0.20 257.83 0.74 0.46
Hex 52 1E CD 3C 55 0 14 102 4A 2E
Octal 122 36 315 74 125 0 24 402 112 56
Binary 1010010 11110 11001101 111100 1010101 0 10100 100000010 1001010 101110

Color Harmonies of #521ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521ECD

Black with #521ECD

Text Example


Text Example

White with #521ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521ECD; }

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

 H1.HeaderClassName
 {
   color: #521ECD;
 }
 .AnyTagClassName
 {
   color: #521ECD;
 }
</style>

background-color css

<style>
 a { background-color: #521ECD; }

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

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

border-color css

<style>
 span { border-color: #521ECD; }

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

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