Html Css Color HEX #532DDB Purple Heart

📋 copy color: '#532DDB'

red 83 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #532DDB

Tints of Purple Heart #532DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 23.92%
G = 12.97%
B = 63.11%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#532DDB (or 0x532DDB) is known color: Purple Heart. HEX triplet: 53, 2D and DB. RGB value is (83,45,219). Sum of RGB (Red+Green+Blue) = 83+45+219=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #532DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DDB is #ACD224. Grayscale: #4B4B4B. Windows color (decimal): -11325989 or 14363987. OLE color: 14363987.

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

Color convert

RGB 83 45 219 -
CMYK 0.62 0.79 0 0.14
HSL 253.1º 0.71% 0.52% -
HSV(B) 253.1º 0.79% 0.86% -
XYZ 17.29 8.83 67.81 -
YUV 76.2 208.59 132.85 -
System Red Green Blue C M Y K H S L
Decimal 83 45 219 0.62 0.79 0 0.14 253.1 0.71 0.52
Hex 53 2D DB 3E 4F 0 E FD 47 34
Octal 123 55 333 76 117 0 16 375 107 64
Binary 1010011 101101 11011011 111110 1001111 0 1110 11111101 1000111 110100

Color Harmonies of #532DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DDB

Black with #532DDB

Text Example


Text Example

White with #532DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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