Html Css Color HEX #532EAC Purple Heart

📋 copy color: '#532EAC'

red 83 ◦ green 46 ◦ blue 172

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

Shades of Purple Heart #532EAC

Tints of Purple Heart #532EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.28%

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

R = 27.57%
G = 15.28%
B = 57.14%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#532EAC (or 0x532EAC) is known color: Purple Heart. HEX triplet: 53, 2E and AC. RGB value is (83,46,172). Sum of RGB (Red+Green+Blue) = 83+46+172=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #532EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532EAC is #ACD153. Grayscale: #464646. Windows color (decimal): -11325780 or 11284051. OLE color: 11284051.

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

Color convert

RGB 83 46 172 -
CMYK 0.52 0.73 0 0.33
HSL 257.62º 0.58% 0.43% -
HSV(B) 257.62º 0.73% 0.67% -
XYZ 11.99 6.77 39.7 -
YUV 71.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 83 46 172 0.52 0.73 0 0.33 257.62 0.58 0.43
Hex 53 2E AC 34 49 0 21 102 3A 2B
Octal 123 56 254 64 111 0 41 402 72 53
Binary 1010011 101110 10101100 110100 1001001 0 100001 100000010 111010 101011

Color Harmonies of #532EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532EAC

Black with #532EAC

Text Example


Text Example

White with #532EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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