Html Css Color HEX #532EDA Purple Heart

📋 copy color: '#532EDA'

red 83 ◦ green 46 ◦ blue 218

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

Shades of Purple Heart #532EDA

Tints of Purple Heart #532EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.26%

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

R = 23.92%
G = 13.26%
B = 62.82%

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

#532EDA (or 0x532EDA) is known color: Purple Heart. HEX triplet: 53, 2E and DA. RGB value is (83,46,218). Sum of RGB (Red+Green+Blue) = 83+46+218=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #532EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532EDA is #ACD125. Grayscale: #4C4C4C. Windows color (decimal): -11325734 or 14298707. OLE color: 14298707.

HSL color Cylindrical-coordinate representation of color #532EDA: hue angle of 252.91º 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 #532EDA is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 46 218 -
CMYK 0.62 0.79 0 0.15
HSL 252.91º 0.7% 0.52% -
HSV(B) 252.91º 0.79% 0.85% -
XYZ 17.2 8.85 67.13 -
YUV 76.67 207.76 132.51 -
System Red Green Blue C M Y K H S L
Decimal 83 46 218 0.62 0.79 0 0.15 252.91 0.7 0.52
Hex 53 2E DA 3E 4F 0 F FD 46 34
Octal 123 56 332 76 117 0 17 375 106 64
Binary 1010011 101110 11011010 111110 1001111 0 1111 11111101 1000110 110100

Color Harmonies of #532EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532EDA

Black with #532EDA

Text Example


Text Example

White with #532EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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