Html Css Color HEX #520DB6 Purple Heart

📋 copy color: '#520DB6'

red 82 ◦ green 13 ◦ blue 182

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

Shades of Purple Heart #520DB6

Tints of Purple Heart #520DB6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 182 (71.48% from 255) = 65.7%

R = 29.6%
G = 4.69%
B = 65.7%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#520DB6 (or 0x520DB6) is known color: Purple Heart. HEX triplet: 52, 0D and B6. RGB value is (82,13,182). Sum of RGB (Red+Green+Blue) = 82+13+182=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #520DB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DB6 is #ADF249. Grayscale: #343434. Windows color (decimal): -11399754 or 11930962. OLE color: 11930962.

HSL color Cylindrical-coordinate representation of color #520DB6: hue angle of 264.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520DB6 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 13 182 -
CMYK 0.55 0.93 0 0.29
HSL 264.5º 0.87% 0.38% -
HSV(B) 264.5º 0.93% 0.71% -
XYZ 12.07 5.46 44.67 -
YUV 52.9 200.86 148.76 -
System Red Green Blue C M Y K H S L
Decimal 82 13 182 0.55 0.93 0 0.29 264.5 0.87 0.38
Hex 52 D B6 37 5D 0 1D 108 57 26
Octal 122 15 266 67 135 0 35 410 127 46
Binary 1010010 1101 10110110 110111 1011101 0 11101 100001000 1010111 100110

Color Harmonies of #520DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DB6

Black with #520DB6

Text Example


Text Example

White with #520DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520DB6; }

 p { color: rgb(82,13,182); }

 H1.HeaderClassName
 {
   color: #520DB6;
 }
 .AnyTagClassName
 {
   color: #520DB6;
 }
</style>

background-color css

<style>
 a { background-color: #520DB6; }

 a { background-color: rgb(82,13,182); }

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

border-color css

<style>
 span { border-color: #520DB6; }

 span { border-color: rgb(82,13,182); }

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