Html Css Color HEX #531AAC Purple Heart

📋 copy color: '#531AAC'

red 83 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #531AAC

Tints of Purple Heart #531AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 29.54%
G = 9.25%
B = 61.21%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#531AAC (or 0x531AAC) is known color: Purple Heart. HEX triplet: 53, 1A and AC. RGB value is (83,26,172). Sum of RGB (Red+Green+Blue) = 83+26+172=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #531AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531AAC is #ACE553. Grayscale: #3B3B3B. Windows color (decimal): -11330900 or 11278931. OLE color: 11278931.

HSL color Cylindrical-coordinate representation of color #531AAC: hue angle of 263.42º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531AAC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 26 172 -
CMYK 0.52 0.85 0 0.33
HSL 263.42º 0.74% 0.39% -
HSV(B) 263.42º 0.85% 0.67% -
XYZ 11.38 5.56 39.5 -
YUV 59.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 83 26 172 0.52 0.85 0 0.33 263.42 0.74 0.39
Hex 53 1A AC 34 55 0 21 107 4A 27
Octal 123 32 254 64 125 0 41 407 112 47
Binary 1010011 11010 10101100 110100 1010101 0 100001 100000111 1001010 100111

Color Harmonies of #531AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531AAC

Black with #531AAC

Text Example


Text Example

White with #531AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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