Html Css Color HEX #532DDC Purple Heart

📋 copy color: '#532DDC'

red 83 ◦ green 45 ◦ blue 220

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

Shades of Purple Heart #532DDC

Tints of Purple Heart #532DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 23.85%
G = 12.93%
B = 63.22%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#532DDC (or 0x532DDC) is known color: Purple Heart. HEX triplet: 53, 2D and DC. RGB value is (83,45,220). Sum of RGB (Red+Green+Blue) = 83+45+220=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #532DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DDC is #ACD223. Grayscale: #4B4B4B. Windows color (decimal): -11325988 or 14429523. OLE color: 14429523.

HSL color Cylindrical-coordinate representation of color #532DDC: hue angle of 253.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532DDC is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 45 220 -
CMYK 0.62 0.80 0 0.14
HSL 253.03º 0.71% 0.52% -
HSV(B) 253.03º 0.8% 0.86% -
XYZ 17.42 8.88 68.51 -
YUV 76.31 209.09 132.77 -
System Red Green Blue C M Y K H S L
Decimal 83 45 220 0.62 0.80 0 0.14 253.03 0.71 0.52
Hex 53 2D DC 3E 50 0 E FD 47 34
Octal 123 55 334 76 120 0 16 375 107 64
Binary 1010011 101101 11011100 111110 1010000 0 1110 11111101 1000111 110100

Color Harmonies of #532DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DDC

Black with #532DDC

Text Example


Text Example

White with #532DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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