Html Css Color HEX #521DC1 Purple Heart

📋 copy color: '#521DC1'

red 82 ◦ green 29 ◦ blue 193

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

Shades of Purple Heart #521DC1

Tints of Purple Heart #521DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.49%

R = 26.97%
G = 9.54%
B = 63.49%

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

#521DC1 (or 0x521DC1) is known color: Purple Heart. HEX triplet: 52, 1D and C1. RGB value is (82,29,193). Sum of RGB (Red+Green+Blue) = 82+29+193=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #521DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DC1 is #ADE23E. Grayscale: #3E3E3E. Windows color (decimal): -11395647 or 12655954. OLE color: 12655954.

HSL color Cylindrical-coordinate representation of color #521DC1: hue angle of 259.39º 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 #521DC1 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 29 193 -
CMYK 0.58 0.85 0 0.24
HSL 259.39º 0.74% 0.44% -
HSV(B) 259.39º 0.85% 0.76% -
XYZ 13.54 6.52 51 -
YUV 63.54 201.06 141.16 -
System Red Green Blue C M Y K H S L
Decimal 82 29 193 0.58 0.85 0 0.24 259.39 0.74 0.44
Hex 52 1D C1 3A 55 0 18 103 4A 2C
Octal 122 35 301 72 125 0 30 403 112 54
Binary 1010010 11101 11000001 111010 1010101 0 11000 100000011 1001010 101100

Color Harmonies of #521DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DC1

Black with #521DC1

Text Example


Text Example

White with #521DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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