Html Css Color HEX #532BAC Purple Heart

📋 copy color: '#532BAC'

red 83 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #532BAC

Tints of Purple Heart #532BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 27.85%
G = 14.43%
B = 57.72%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#532BAC (or 0x532BAC) is known color: Purple Heart. HEX triplet: 53, 2B and AC. RGB value is (83,43,172). Sum of RGB (Red+Green+Blue) = 83+43+172=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #532BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532BAC is #ACD453. Grayscale: #454545. Windows color (decimal): -11326548 or 11283283. OLE color: 11283283.

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

Color convert

RGB 83 43 172 -
CMYK 0.52 0.75 0 0.33
HSL 258.6º 0.6% 0.42% -
HSV(B) 258.6º 0.75% 0.67% -
XYZ 11.88 6.55 39.67 -
YUV 69.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 83 43 172 0.52 0.75 0 0.33 258.6 0.6 0.42
Hex 53 2B AC 34 4B 0 21 103 3C 2A
Octal 123 53 254 64 113 0 41 403 74 52
Binary 1010011 101011 10101100 110100 1001011 0 100001 100000011 111100 101010

Color Harmonies of #532BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532BAC

Black with #532BAC

Text Example


Text Example

White with #532BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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