Html Css Color HEX #532DD7 Purple Heart

📋 copy color: '#532DD7'

red 83 ◦ green 45 ◦ blue 215

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

Shades of Purple Heart #532DD7

Tints of Purple Heart #532DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.68%

R = 24.2%
G = 13.12%
B = 62.68%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#532DD7 (or 0x532DD7) is known color: Purple Heart. HEX triplet: 53, 2D and D7. RGB value is (83,45,215). Sum of RGB (Red+Green+Blue) = 83+45+215=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 215 (84.38% from 255 or 62.68% from 343); Max value from RGB is 215 - color contains mainly: blue. Hex color #532DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DD7 is #ACD228. Grayscale: #4B4B4B. Windows color (decimal): -11325993 or 14101843. OLE color: 14101843.

HSL color Cylindrical-coordinate representation of color #532DD7: hue angle of 253.41º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532DD7 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 45 215 -
CMYK 0.61 0.79 0 0.16
HSL 253.41º 0.68% 0.51% -
HSV(B) 253.41º 0.79% 0.84% -
XYZ 16.77 8.62 65.07 -
YUV 75.74 206.59 133.18 -
System Red Green Blue C M Y K H S L
Decimal 83 45 215 0.61 0.79 0 0.16 253.41 0.68 0.51
Hex 53 2D D7 3D 4F 0 10 FD 44 33
Octal 123 55 327 75 117 0 20 375 104 63
Binary 1010011 101101 11010111 111101 1001111 0 10000 11111101 1000100 110011

Color Harmonies of #532DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DD7

Black with #532DD7

Text Example


Text Example

White with #532DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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