Html Css Color HEX #532ECD Purple Heart

📋 copy color: '#532ECD'

red 83 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #532ECD

Tints of Purple Heart #532ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.38%

R = 24.85%
G = 13.77%
B = 61.38%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#532ECD (or 0x532ECD) is known color: Purple Heart. HEX triplet: 53, 2E and CD. RGB value is (83,46,205). Sum of RGB (Red+Green+Blue) = 83+46+205=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #532ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ECD is #ACD132. Grayscale: #4A4A4A. Windows color (decimal): -11325747 or 13446739. OLE color: 13446739.

HSL color Cylindrical-coordinate representation of color #532ECD: hue angle of 253.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532ECD is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 46 205 -
CMYK 0.60 0.78 0 0.20
HSL 253.96º 0.63% 0.49% -
HSV(B) 253.96º 0.78% 0.8% -
XYZ 15.56 8.2 58.52 -
YUV 75.19 201.26 133.57 -
System Red Green Blue C M Y K H S L
Decimal 83 46 205 0.60 0.78 0 0.20 253.96 0.63 0.49
Hex 53 2E CD 3C 4E 0 14 FE 3F 31
Octal 123 56 315 74 116 0 24 376 77 61
Binary 1010011 101110 11001101 111100 1001110 0 10100 11111110 111111 110001

Color Harmonies of #532ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532ECD

Black with #532ECD

Text Example


Text Example

White with #532ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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