Html Css Color HEX #520DCB Purple Heart

📋 copy color: '#520DCB'

red 82 ◦ green 13 ◦ blue 203

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

Shades of Purple Heart #520DCB

Tints of Purple Heart #520DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.12%

R = 27.52%
G = 4.36%
B = 68.12%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#520DCB (or 0x520DCB) is known color: Purple Heart. HEX triplet: 52, 0D and CB. RGB value is (82,13,203). Sum of RGB (Red+Green+Blue) = 82+13+203=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #520DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520DCB is #ADF234. Grayscale: #363636. Windows color (decimal): -11399733 or 13307218. OLE color: 13307218.

HSL color Cylindrical-coordinate representation of color #520DCB: hue angle of 261.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520DCB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 13 203 -
CMYK 0.60 0.94 0 0.20
HSL 261.79º 0.88% 0.42% -
HSV(B) 261.79º 0.94% 0.8% -
XYZ 14.4 6.39 56.97 -
YUV 55.29 211.36 147.05 -
System Red Green Blue C M Y K H S L
Decimal 82 13 203 0.60 0.94 0 0.20 261.79 0.88 0.42
Hex 52 D CB 3C 5E 0 14 106 58 2A
Octal 122 15 313 74 136 0 24 406 130 52
Binary 1010010 1101 11001011 111100 1011110 0 10100 100000110 1011000 101010

Color Harmonies of #520DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DCB

Black with #520DCB

Text Example


Text Example

White with #520DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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