Html Css Color HEX #531EAC Purple Heart

📋 copy color: '#531EAC'

red 83 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #531EAC

Tints of Purple Heart #531EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.53%

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

R = 29.12%
G = 10.53%
B = 60.35%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#531EAC (or 0x531EAC) is known color: Purple Heart. HEX triplet: 53, 1E and AC. RGB value is (83,30,172). Sum of RGB (Red+Green+Blue) = 83+30+172=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #531EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531EAC is #ACE153. Grayscale: #3D3D3D. Windows color (decimal): -11329876 or 11279955. OLE color: 11279955.

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

Color convert

RGB 83 30 172 -
CMYK 0.52 0.83 0 0.33
HSL 262.39º 0.7% 0.4% -
HSV(B) 262.39º 0.83% 0.67% -
XYZ 11.48 5.75 39.53 -
YUV 62.04 190.06 142.95 -
System Red Green Blue C M Y K H S L
Decimal 83 30 172 0.52 0.83 0 0.33 262.39 0.7 0.4
Hex 53 1E AC 34 53 0 21 106 46 28
Octal 123 36 254 64 123 0 41 406 106 50
Binary 1010011 11110 10101100 110100 1010011 0 100001 100000110 1000110 101000

Color Harmonies of #531EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531EAC

Black with #531EAC

Text Example


Text Example

White with #531EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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