Html Css Color HEX #521DC0 Purple Heart

📋 copy color: '#521DC0'

red 82 ◦ green 29 ◦ blue 192

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

Shades of Purple Heart #521DC0

Tints of Purple Heart #521DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 27.06%
G = 9.57%
B = 63.37%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#521DC0 (or 0x521DC0) is known color: Purple Heart. HEX triplet: 52, 1D and C0. RGB value is (82,29,192). Sum of RGB (Red+Green+Blue) = 82+29+192=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #521DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DC0 is #ADE23F. Grayscale: #3E3E3E. Windows color (decimal): -11395648 or 12590418. OLE color: 12590418.

HSL color Cylindrical-coordinate representation of color #521DC0: hue angle of 259.51º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521DC0 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 29 192 -
CMYK 0.57 0.85 0 0.25
HSL 259.51º 0.74% 0.43% -
HSV(B) 259.51º 0.85% 0.75% -
XYZ 13.43 6.48 50.41 -
YUV 63.43 200.56 141.25 -
System Red Green Blue C M Y K H S L
Decimal 82 29 192 0.57 0.85 0 0.25 259.51 0.74 0.43
Hex 52 1D C0 39 55 0 19 104 4A 2B
Octal 122 35 300 71 125 0 31 404 112 53
Binary 1010010 11101 11000000 111001 1010101 0 11001 100000100 1001010 101011

Color Harmonies of #521DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DC0

Black with #521DC0

Text Example


Text Example

White with #521DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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