Html Css Color HEX #521CCD Purple Heart

📋 copy color: '#521CCD'

red 82 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #521CCD

Tints of Purple Heart #521CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

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

R = 26.03%
G = 8.89%
B = 65.08%

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

#521CCD (or 0x521CCD) is known color: Purple Heart. HEX triplet: 52, 1C and CD. RGB value is (82,28,205). Sum of RGB (Red+Green+Blue) = 82+28+205=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #521CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521CCD is #ADE332. Grayscale: #3F3F3F. Windows color (decimal): -11395891 or 13442130. OLE color: 13442130.

HSL color Cylindrical-coordinate representation of color #521CCD: hue angle of 258.31º degrees, saturation: 0.76, 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 #521CCD is Cyan = 0.6, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 28 205 -
CMYK 0.6 0.86 0 0.20
HSL 258.31º 0.76% 0.46% -
HSV(B) 258.31º 0.86% 0.8% -
XYZ 14.91 7.03 58.33 -
YUV 64.32 207.39 140.61 -
System Red Green Blue C M Y K H S L
Decimal 82 28 205 0.6 0.86 0 0.20 258.31 0.76 0.46
Hex 52 1C CD 3C 56 0 14 102 4C 2E
Octal 122 34 315 74 126 0 24 402 114 56
Binary 1010010 11100 11001101 111100 1010110 0 10100 100000010 1001100 101110

Color Harmonies of #521CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CCD

Black with #521CCD

Text Example


Text Example

White with #521CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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