Html Css Color HEX #520ABA Purple Heart

📋 copy color: '#520ABA'

red 82 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #520ABA

Tints of Purple Heart #520ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.91%

R = 29.5%
G = 3.6%
B = 66.91%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#520ABA (or 0x520ABA) is known color: Purple Heart. HEX triplet: 52, 0A and BA. RGB value is (82,10,186). Sum of RGB (Red+Green+Blue) = 82+10+186=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #520ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ABA is #ADF545. Grayscale: #323232. Windows color (decimal): -11400518 or 12192338. OLE color: 12192338.

HSL color Cylindrical-coordinate representation of color #520ABA: hue angle of 264.55º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520ABA is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 10 186 -
CMYK 0.56 0.95 0 0.27
HSL 264.55º 0.9% 0.38% -
HSV(B) 264.55º 0.95% 0.73% -
XYZ 12.45 5.56 46.87 -
YUV 51.59 203.85 149.69 -
System Red Green Blue C M Y K H S L
Decimal 82 10 186 0.56 0.95 0 0.27 264.55 0.9 0.38
Hex 52 A BA 38 5F 0 1B 109 5A 26
Octal 122 12 272 70 137 0 33 411 132 46
Binary 1010010 1010 10111010 111000 1011111 0 11011 100001001 1011010 100110

Color Harmonies of #520ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520ABA

Black with #520ABA

Text Example


Text Example

White with #520ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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