Html Css Color HEX #532AB5 Purple Heart

📋 copy color: '#532AB5'

red 83 ◦ green 42 ◦ blue 181

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

Shades of Purple Heart #532AB5

Tints of Purple Heart #532AB5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

 BLUE value IS 181 (71.09% from 255) = 59.15%

R = 27.12%
G = 13.73%
B = 59.15%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#532AB5 (or 0x532AB5) is known color: Purple Heart. HEX triplet: 53, 2A and B5. RGB value is (83,42,181). Sum of RGB (Red+Green+Blue) = 83+42+181=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #532AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532AB5 is #ACD54A. Grayscale: #454545. Windows color (decimal): -11326795 or 11872851. OLE color: 11872851.

HSL color Cylindrical-coordinate representation of color #532AB5: hue angle of 257.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532AB5 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 42 181 -
CMYK 0.54 0.77 0 0.29
HSL 257.7º 0.62% 0.44% -
HSV(B) 257.7º 0.77% 0.71% -
XYZ 12.74 6.83 44.36 -
YUV 70.11 190.58 137.2 -
System Red Green Blue C M Y K H S L
Decimal 83 42 181 0.54 0.77 0 0.29 257.7 0.62 0.44
Hex 53 2A B5 36 4D 0 1D 102 3E 2C
Octal 123 52 265 66 115 0 35 402 76 54
Binary 1010011 101010 10110101 110110 1001101 0 11101 100000010 111110 101100

Color Harmonies of #532AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532AB5

Black with #532AB5

Text Example


Text Example

White with #532AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,42,181); }

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

background-color css

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

 a { background-color: rgb(83,42,181); }

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

border-color css

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

 span { border-color: rgb(83,42,181); }

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