#632AC1

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

Shades of Purple Heart #632AC1

Tints of Purple Heart #632AC1

Color information

#632AC1 (or 0x632AC1) is unknown color: approx Purple Heart. HEX triplet: 63, 2A and C1. RGB value is (99,42,193). Sum of RGB (Red+Green+Blue) = 99+42+193=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #632AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632AC1 is #9CD53E. Grayscale: #4B4B4B. Windows color (decimal): -10278207 or 12659299. OLE color: 12659299.

HSL color Cylindrical-coordinate representation of color #632AC1: hue angle of 262.65º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632AC1 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9942193-
CMYK0.490.7800.24
HSL262.65º64.26%46.08%-
HSV(B)262.65º78.24%75.69%-
XYZ15.68.1651.2-
YUV76.26193.88144.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.64%
GREEN value IS 42 (16.80% from 255) = 12.57%
BLUE value IS 193 (75.78% from 255) = 57.78%
R=29.64%
G=12.57%
B=57.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal99421930.490.7800.24262.6564.2646.08
Hex632AC1314E018107402e
Octal143523016111603040710056
Binary11000111010101100000111000110011100110001000001111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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