Html Css Color HEX #532DDA Purple Heart

📋 copy color: '#532DDA'

red 83 ◦ green 45 ◦ blue 218

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

Shades of Purple Heart #532DDA

Tints of Purple Heart #532DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 23.99%
G = 13.01%
B = 63.01%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#532DDA (or 0x532DDA) is known color: Purple Heart. HEX triplet: 53, 2D and DA. RGB value is (83,45,218). Sum of RGB (Red+Green+Blue) = 83+45+218=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #532DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DDA is #ACD225. Grayscale: #4B4B4B. Windows color (decimal): -11325990 or 14298451. OLE color: 14298451.

HSL color Cylindrical-coordinate representation of color #532DDA: hue angle of 253.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532DDA is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 45 218 -
CMYK 0.62 0.79 0 0.15
HSL 253.18º 0.7% 0.52% -
HSV(B) 253.18º 0.79% 0.85% -
XYZ 17.16 8.78 67.12 -
YUV 76.08 208.09 132.93 -
System Red Green Blue C M Y K H S L
Decimal 83 45 218 0.62 0.79 0 0.15 253.18 0.7 0.52
Hex 53 2D DA 3E 4F 0 F FD 46 34
Octal 123 55 332 76 117 0 17 375 106 64
Binary 1010011 101101 11011010 111110 1001111 0 1111 11111101 1000110 110100

Color Harmonies of #532DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DDA

Black with #532DDA

Text Example


Text Example

White with #532DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,45,218); }

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

background-color css

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

 a { background-color: rgb(83,45,218); }

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

border-color css

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

 span { border-color: rgb(83,45,218); }

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