Html Css Color HEX #520ABD Purple Heart

📋 copy color: '#520ABD'

red 82 ◦ green 10 ◦ blue 189

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

Shades of Purple Heart #520ABD

Tints of Purple Heart #520ABD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.56%

 BLUE value IS 189 (74.22% from 255) = 67.26%

R = 29.18%
G = 3.56%
B = 67.26%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#520ABD (or 0x520ABD) is known color: Purple Heart. HEX triplet: 52, 0A and BD. RGB value is (82,10,189). Sum of RGB (Red+Green+Blue) = 82+10+189=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #520ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ABD is #ADF542. Grayscale: #333333. Windows color (decimal): -11400515 or 12388946. OLE color: 12388946.

HSL color Cylindrical-coordinate representation of color #520ABD: hue angle of 264.13º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ABD is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 10 189 -
CMYK 0.57 0.95 0 0.26
HSL 264.13º 0.9% 0.39% -
HSV(B) 264.13º 0.95% 0.74% -
XYZ 12.77 5.69 48.57 -
YUV 51.93 205.35 149.45 -
System Red Green Blue C M Y K H S L
Decimal 82 10 189 0.57 0.95 0 0.26 264.13 0.9 0.39
Hex 52 A BD 39 5F 0 1A 108 5A 27
Octal 122 12 275 71 137 0 32 410 132 47
Binary 1010010 1010 10111101 111001 1011111 0 11010 100001000 1011010 100111

Color Harmonies of #520ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520ABD

Black with #520ABD

Text Example


Text Example

White with #520ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,10,189); }

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

background-color css

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

 a { background-color: rgb(82,10,189); }

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

border-color css

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

 span { border-color: rgb(82,10,189); }

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