#632AAC

Color #632AAC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #632AAC

Tints of Purple Heart #632AAC

Color information

#632AAC (or 0x632AAC) is unknown color: approx Purple Heart. HEX triplet: 63, 2A and AC. RGB value is (99,42,172). Sum of RGB (Red+Green+Blue) = 99+42+172=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #632AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632AAC is #9CD553. Grayscale: #494949. Windows color (decimal): -10278228 or 11283043. OLE color: 11283043.

HSL color Cylindrical-coordinate representation of color #632AAC: hue angle of 266.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632AAC is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9942172-
CMYK0.420.7600.33
HSL266.31º60.75%41.96%-
HSV(B)266.31º75.58%67.45%-
XYZ13.427.2939.73-
YUV73.86183.38145.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 42 (16.80% from 255) = 13.42%
BLUE value IS 172 (67.58% from 255) = 54.95%
R=31.63%
G=13.42%
B=54.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99421720.420.7600.33266.3160.7541.96
Hex632AAC2A4C02110a3d2a
Octal14352254521140414127552
Binary11000111010101010110010101010011000100001100001010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632AAC; }

 p { color: rgb(99,42,172); }

 H1.HeaderClassName
 {
   color: #632AAC;
 }
 .AnyTagClassName
 {
   color: #632AAC;
 }
</style>
background-color css

<style>
 a { background-color: #632AAC; }

 a { background-color: rgb(99,42,172); }

 div.DivClassName
 {
   background-color: #632AAC;
 }
 .BgClassName
 {
   background-color: #632AAC;
 }
</style>
border-color css

<style>
 span { border-color: #632AAC; }

 span { border-color: rgb(99,42,172); }

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