Html Css Color HEX #532FAA Purple Heart

📋 copy color: '#532FAA'

red 83 ◦ green 47 ◦ blue 170

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

Shades of Purple Heart #532FAA

Tints of Purple Heart #532FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 27.67%
G = 15.67%
B = 56.67%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#532FAA (or 0x532FAA) is known color: Purple Heart. HEX triplet: 53, 2F and AA. RGB value is (83,47,170). Sum of RGB (Red+Green+Blue) = 83+47+170=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #532FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532FAA is #ACD055. Grayscale: #474747. Windows color (decimal): -11325526 or 11153235. OLE color: 11153235.

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

Color convert

RGB 83 47 170 -
CMYK 0.51 0.72 0 0.33
HSL 257.56º 0.57% 0.43% -
HSV(B) 257.56º 0.72% 0.67% -
XYZ 11.84 6.77 38.71 -
YUV 71.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 83 47 170 0.51 0.72 0 0.33 257.56 0.57 0.43
Hex 53 2F AA 33 48 0 21 102 39 2B
Octal 123 57 252 63 110 0 41 402 71 53
Binary 1010011 101111 10101010 110011 1001000 0 100001 100000010 111001 101011

Color Harmonies of #532FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532FAA

Black with #532FAA

Text Example


Text Example

White with #532FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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