Html Css Color HEX #532FAC Purple Heart

📋 copy color: '#532FAC'

red 83 ◦ green 47 ◦ blue 172

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

Shades of Purple Heart #532FAC

Tints of Purple Heart #532FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.56%

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

R = 27.48%
G = 15.56%
B = 56.95%

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

#532FAC (or 0x532FAC) is known color: Purple Heart. HEX triplet: 53, 2F and AC. RGB value is (83,47,172). Sum of RGB (Red+Green+Blue) = 83+47+172=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #532FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532FAC is #ACD053. Grayscale: #474747. Windows color (decimal): -11325524 or 11284307. OLE color: 11284307.

HSL color Cylindrical-coordinate representation of color #532FAC: hue angle of 257.28º degrees, saturation: 0.57, 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 #532FAC is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 47 172 -
CMYK 0.52 0.73 0 0.33
HSL 257.28º 0.57% 0.43% -
HSV(B) 257.28º 0.73% 0.67% -
XYZ 12.03 6.85 39.72 -
YUV 72.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 83 47 172 0.52 0.73 0 0.33 257.28 0.57 0.43
Hex 53 2F AC 34 49 0 21 101 39 2B
Octal 123 57 254 64 111 0 41 401 71 53
Binary 1010011 101111 10101100 110100 1001001 0 100001 100000001 111001 101011

Color Harmonies of #532FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532FAC

Black with #532FAC

Text Example


Text Example

White with #532FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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