Html Css Color HEX #532CAC Purple Heart

📋 copy color: '#532CAC'

red 83 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #532CAC

Tints of Purple Heart #532CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.72%

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

R = 27.76%
G = 14.72%
B = 57.53%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#532CAC (or 0x532CAC) is known color: Purple Heart. HEX triplet: 53, 2C and AC. RGB value is (83,44,172). Sum of RGB (Red+Green+Blue) = 83+44+172=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #532CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532CAC is #ACD353. Grayscale: #454545. Windows color (decimal): -11326292 or 11283539. OLE color: 11283539.

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

Color convert

RGB 83 44 172 -
CMYK 0.52 0.74 0 0.33
HSL 258.28º 0.59% 0.42% -
HSV(B) 258.28º 0.74% 0.67% -
XYZ 11.91 6.62 39.68 -
YUV 70.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 83 44 172 0.52 0.74 0 0.33 258.28 0.59 0.42
Hex 53 2C AC 34 4A 0 21 102 3B 2A
Octal 123 54 254 64 112 0 41 402 73 52
Binary 1010011 101100 10101100 110100 1001010 0 100001 100000010 111011 101010

Color Harmonies of #532CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CAC

Black with #532CAC

Text Example


Text Example

White with #532CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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