Html Css Color HEX #531BAC Purple Heart

📋 copy color: '#531BAC'

red 83 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #531BAC

Tints of Purple Heart #531BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.57%

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

R = 29.43%
G = 9.57%
B = 60.99%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#531BAC (or 0x531BAC) is known color: Purple Heart. HEX triplet: 53, 1B and AC. RGB value is (83,27,172). Sum of RGB (Red+Green+Blue) = 83+27+172=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #531BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531BAC is #ACE453. Grayscale: #3B3B3B. Windows color (decimal): -11330644 or 11279187. OLE color: 11279187.

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

Color convert

RGB 83 27 172 -
CMYK 0.52 0.84 0 0.33
HSL 263.17º 0.73% 0.39% -
HSV(B) 263.17º 0.84% 0.67% -
XYZ 11.41 5.6 39.51 -
YUV 60.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 83 27 172 0.52 0.84 0 0.33 263.17 0.73 0.39
Hex 53 1B AC 34 54 0 21 107 49 27
Octal 123 33 254 64 124 0 41 407 111 47
Binary 1010011 11011 10101100 110100 1010100 0 100001 100000111 1001001 100111

Color Harmonies of #531BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531BAC

Black with #531BAC

Text Example


Text Example

White with #531BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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