Html Css Color HEX #532ECC Purple Heart

📋 copy color: '#532ECC'

red 83 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #532ECC

Tints of Purple Heart #532ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 24.92%
G = 13.81%
B = 61.26%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#532ECC (or 0x532ECC) is known color: Purple Heart. HEX triplet: 53, 2E and CC. RGB value is (83,46,204). Sum of RGB (Red+Green+Blue) = 83+46+204=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #532ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ECC is #ACD133. Grayscale: #4A4A4A. Windows color (decimal): -11325748 or 13381203. OLE color: 13381203.

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

Color convert

RGB 83 46 204 -
CMYK 0.59 0.77 0 0.2
HSL 254.05º 0.63% 0.49% -
HSV(B) 254.05º 0.77% 0.8% -
XYZ 15.44 8.15 57.89 -
YUV 75.08 200.76 133.65 -
System Red Green Blue C M Y K H S L
Decimal 83 46 204 0.59 0.77 0 0.2 254.05 0.63 0.49
Hex 53 2E CC 3B 4D 0 14 FE 3F 31
Octal 123 56 314 73 115 0 24 376 77 61
Binary 1010011 101110 11001100 111011 1001101 0 10100 11111110 111111 110001

Color Harmonies of #532ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532ECC

Black with #532ECC

Text Example


Text Example

White with #532ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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