Html Css Color HEX #521DC2 Purple Heart

📋 copy color: '#521DC2'

red 82 ◦ green 29 ◦ blue 194

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

Shades of Purple Heart #521DC2

Tints of Purple Heart #521DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 63.61%

R = 26.89%
G = 9.51%
B = 63.61%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#521DC2 (or 0x521DC2) is known color: Purple Heart. HEX triplet: 52, 1D and C2. RGB value is (82,29,194). Sum of RGB (Red+Green+Blue) = 82+29+194=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #521DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DC2 is #ADE23D. Grayscale: #3F3F3F. Windows color (decimal): -11395646 or 12721490. OLE color: 12721490.

HSL color Cylindrical-coordinate representation of color #521DC2: hue angle of 259.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521DC2 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 29 194 -
CMYK 0.58 0.85 0 0.24
HSL 259.27º 0.74% 0.44% -
HSV(B) 259.27º 0.85% 0.76% -
XYZ 13.66 6.57 51.59 -
YUV 63.66 201.56 141.08 -
System Red Green Blue C M Y K H S L
Decimal 82 29 194 0.58 0.85 0 0.24 259.27 0.74 0.44
Hex 52 1D C2 3A 55 0 18 103 4A 2C
Octal 122 35 302 72 125 0 30 403 112 54
Binary 1010010 11101 11000010 111010 1010101 0 11000 100000011 1001010 101100

Color Harmonies of #521DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DC2

Black with #521DC2

Text Example


Text Example

White with #521DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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