#632AAA

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

Shades of Purple Heart #632AAA

Tints of Purple Heart #632AAA

Color information

#632AAA (or 0x632AAA) is unknown color: approx Purple Heart. HEX triplet: 63, 2A and AA. RGB value is (99,42,170). Sum of RGB (Red+Green+Blue) = 99+42+170=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #632AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632AAA is #9CD555. Grayscale: #494949. Windows color (decimal): -10278230 or 11151971. OLE color: 11151971.

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

Color convert

RGB9942170-
CMYK0.420.7500.33
HSL266.72º60.38%41.57%-
HSV(B)266.72º75.29%66.67%-
XYZ13.237.2138.72-
YUV73.63182.38146.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=31.83%
G=13.50%
B=54.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99421700.420.7500.33266.7260.3841.57
Hex632AAA2A4B02110b3c2a
Octal14352252521130414137452
Binary11000111010101010101010101010010110100001100001011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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