Html Css Color HEX #532AB6 Purple Heart

📋 copy color: '#532AB6'

red 83 ◦ green 42 ◦ blue 182

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

Shades of Purple Heart #532AB6

Tints of Purple Heart #532AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 59.28%

R = 27.04%
G = 13.68%
B = 59.28%

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

#532AB6 (or 0x532AB6) is known color: Purple Heart. HEX triplet: 53, 2A and B6. RGB value is (83,42,182). Sum of RGB (Red+Green+Blue) = 83+42+182=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #532AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532AB6 is #ACD549. Grayscale: #454545. Windows color (decimal): -11326794 or 11938387. OLE color: 11938387.

HSL color Cylindrical-coordinate representation of color #532AB6: hue angle of 257.57º 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 #532AB6 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 42 182 -
CMYK 0.54 0.77 0 0.29
HSL 257.57º 0.63% 0.44% -
HSV(B) 257.57º 0.77% 0.71% -
XYZ 12.84 6.87 44.91 -
YUV 70.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 83 42 182 0.54 0.77 0 0.29 257.57 0.63 0.44
Hex 53 2A B6 36 4D 0 1D 102 3E 2C
Octal 123 52 266 66 115 0 35 402 76 54
Binary 1010011 101010 10110110 110110 1001101 0 11101 100000010 111110 101100

Color Harmonies of #532AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532AB6

Black with #532AB6

Text Example


Text Example

White with #532AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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