Html Css Color HEX #532BAE Purple Heart

📋 copy color: '#532BAE'

red 83 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #532BAE

Tints of Purple Heart #532BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58%

R = 27.67%
G = 14.33%
B = 58%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#532BAE (or 0x532BAE) is known color: Purple Heart. HEX triplet: 53, 2B and AE. RGB value is (83,43,174). Sum of RGB (Red+Green+Blue) = 83+43+174=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #532BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532BAE is #ACD451. Grayscale: #454545. Windows color (decimal): -11326546 or 11414355. OLE color: 11414355.

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

Color convert

RGB 83 43 174 -
CMYK 0.52 0.75 0 0.32
HSL 258.32º 0.6% 0.43% -
HSV(B) 258.32º 0.75% 0.68% -
XYZ 12.07 6.62 40.69 -
YUV 69.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 83 43 174 0.52 0.75 0 0.32 258.32 0.6 0.43
Hex 53 2B AE 34 4B 0 20 102 3C 2B
Octal 123 53 256 64 113 0 40 402 74 53
Binary 1010011 101011 10101110 110100 1001011 0 100000 100000010 111100 101011

Color Harmonies of #532BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532BAE

Black with #532BAE

Text Example


Text Example

White with #532BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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