Html Css Color HEX #521ABA Purple Heart

📋 copy color: '#521ABA'

red 82 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #521ABA

Tints of Purple Heart #521ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

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

R = 27.89%
G = 8.84%
B = 63.27%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#521ABA (or 0x521ABA) is known color: Purple Heart. HEX triplet: 52, 1A and BA. RGB value is (82,26,186). Sum of RGB (Red+Green+Blue) = 82+26+186=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #521ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ABA is #ADE545. Grayscale: #3C3C3C. Windows color (decimal): -11396422 or 12196434. OLE color: 12196434.

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

Color convert

RGB 82 26 186 -
CMYK 0.56 0.86 0 0.27
HSL 261º 0.75% 0.42% -
HSV(B) 261º 0.86% 0.73% -
XYZ 12.71 6.08 46.96 -
YUV 60.98 198.55 142.99 -
System Red Green Blue C M Y K H S L
Decimal 82 26 186 0.56 0.86 0 0.27 261 0.75 0.42
Hex 52 1A BA 38 56 0 1B 105 4B 2A
Octal 122 32 272 70 126 0 33 405 113 52
Binary 1010010 11010 10111010 111000 1010110 0 11011 100000101 1001011 101010

Color Harmonies of #521ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521ABA

Black with #521ABA

Text Example


Text Example

White with #521ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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