Html Css Color HEX #531FAC Purple Heart

📋 copy color: '#531FAC'

red 83 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #531FAC

Tints of Purple Heart #531FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.84%

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

R = 29.02%
G = 10.84%
B = 60.14%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#531FAC (or 0x531FAC) is known color: Purple Heart. HEX triplet: 53, 1F and AC. RGB value is (83,31,172). Sum of RGB (Red+Green+Blue) = 83+31+172=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #531FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531FAC is #ACE053. Grayscale: #3E3E3E. Windows color (decimal): -11329620 or 11280211. OLE color: 11280211.

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

Color convert

RGB 83 31 172 -
CMYK 0.52 0.82 0 0.33
HSL 262.13º 0.69% 0.4% -
HSV(B) 262.13º 0.82% 0.67% -
XYZ 11.5 5.8 39.54 -
YUV 62.62 189.73 142.54 -
System Red Green Blue C M Y K H S L
Decimal 83 31 172 0.52 0.82 0 0.33 262.13 0.69 0.4
Hex 53 1F AC 34 52 0 21 106 45 28
Octal 123 37 254 64 122 0 41 406 105 50
Binary 1010011 11111 10101100 110100 1010010 0 100001 100000110 1000101 101000

Color Harmonies of #531FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531FAC

Black with #531FAC

Text Example


Text Example

White with #531FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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