#632EBA

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

Shades of Purple Heart #632EBA

Tints of Purple Heart #632EBA

Color information

#632EBA (or 0x632EBA) is unknown color: approx Purple Heart. HEX triplet: 63, 2E and BA. RGB value is (99,46,186). Sum of RGB (Red+Green+Blue) = 99+46+186=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #632EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632EBA is #9CD145. Grayscale: #4D4D4D. Windows color (decimal): -10277190 or 12201571. OLE color: 12201571.

HSL color Cylindrical-coordinate representation of color #632EBA: hue angle of 262.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632EBA is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9946186-
CMYK0.470.7500.27
HSL262.71º60.34%45.49%-
HSV(B)262.71º75.27%72.94%-
XYZ14.998.1547.24-
YUV77.81189.06143.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.91%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=29.91%
G=13.90%
B=56.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99461860.470.7500.27262.7160.3445.49
Hex632EBA2F4B01B1073c2d
Octal14356272571130334077455
Binary1100011101110101110101011111001011011011100000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,46,186); }

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

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

 a { background-color: rgb(99,46,186); }

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

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

 span { border-color: rgb(99,46,186); }

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