Html Css Color HEX #531ABA Purple Heart

📋 copy color: '#531ABA'

red 83 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #531ABA

Tints of Purple Heart #531ABA

RGB

 RED value IS 83 (32.81% from 255) = 28.14%

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

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

R = 28.14%
G = 8.81%
B = 63.05%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#531ABA (or 0x531ABA) is known color: Purple Heart. HEX triplet: 53, 1A and BA. RGB value is (83,26,186). Sum of RGB (Red+Green+Blue) = 83+26+186=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #531ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531ABA is #ACE545. Grayscale: #3C3C3C. Windows color (decimal): -11330886 or 12196435. OLE color: 12196435.

HSL color Cylindrical-coordinate representation of color #531ABA: hue angle of 261.38º 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 #531ABA is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 26 186 -
CMYK 0.55 0.86 0 0.27
HSL 261.38º 0.75% 0.42% -
HSV(B) 261.38º 0.86% 0.73% -
XYZ 12.8 6.12 46.96 -
YUV 61.28 198.38 143.49 -
System Red Green Blue C M Y K H S L
Decimal 83 26 186 0.55 0.86 0 0.27 261.38 0.75 0.42
Hex 53 1A BA 37 56 0 1B 105 4B 2A
Octal 123 32 272 67 126 0 33 405 113 52
Binary 1010011 11010 10111010 110111 1010110 0 11011 100000101 1001011 101010

Color Harmonies of #531ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531ABA

Black with #531ABA

Text Example


Text Example

White with #531ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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