Html Css Color HEX #532ACE Purple Heart

📋 copy color: '#532ACE'

red 83 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #532ACE

Tints of Purple Heart #532ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.69%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 25.08%
G = 12.69%
B = 62.24%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#532ACE (or 0x532ACE) is known color: Purple Heart. HEX triplet: 53, 2A and CE. RGB value is (83,42,206). Sum of RGB (Red+Green+Blue) = 83+42+206=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #532ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ACE is #ACD531. Grayscale: #484848. Windows color (decimal): -11326770 or 13511251. OLE color: 13511251.

HSL color Cylindrical-coordinate representation of color #532ACE: hue angle of 255º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532ACE is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 42 206 -
CMYK 0.60 0.80 0 0.19
HSL 255º 0.66% 0.49% -
HSV(B) 255º 0.8% 0.81% -
XYZ 15.54 7.95 59.11 -
YUV 72.96 203.08 135.16 -
System Red Green Blue C M Y K H S L
Decimal 83 42 206 0.60 0.80 0 0.19 255 0.66 0.49
Hex 53 2A CE 3C 50 0 13 FF 42 31
Octal 123 52 316 74 120 0 23 377 102 61
Binary 1010011 101010 11001110 111100 1010000 0 10011 11111111 1000010 110001

Color Harmonies of #532ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532ACE

Black with #532ACE

Text Example


Text Example

White with #532ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,42,206); }

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

background-color css

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

 a { background-color: rgb(83,42,206); }

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

border-color css

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

 span { border-color: rgb(83,42,206); }

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