Html Css Color HEX #521DCD Purple Heart

📋 copy color: '#521DCD'

red 82 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #521DCD

Tints of Purple Heart #521DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.18%

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

R = 25.95%
G = 9.18%
B = 64.87%

CMYK

 C value IS 0.6

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#521DCD (or 0x521DCD) is known color: Purple Heart. HEX triplet: 52, 1D and CD. RGB value is (82,29,205). Sum of RGB (Red+Green+Blue) = 82+29+205=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #521DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DCD is #ADE232. Grayscale: #404040. Windows color (decimal): -11395635 or 13442386. OLE color: 13442386.

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

Color convert

RGB 82 29 205 -
CMYK 0.6 0.86 0 0.20
HSL 258.07º 0.75% 0.46% -
HSV(B) 258.07º 0.86% 0.8% -
XYZ 14.94 7.08 58.34 -
YUV 64.91 207.06 140.19 -
System Red Green Blue C M Y K H S L
Decimal 82 29 205 0.6 0.86 0 0.20 258.07 0.75 0.46
Hex 52 1D CD 3C 56 0 14 102 4B 2E
Octal 122 35 315 74 126 0 24 402 113 56
Binary 1010010 11101 11001101 111100 1010110 0 10100 100000010 1001011 101110

Color Harmonies of #521DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DCD

Black with #521DCD

Text Example


Text Example

White with #521DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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