#632BC5

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

Shades of Purple Heart #632BC5

Tints of Purple Heart #632BC5

Color information

#632BC5 (or 0x632BC5) is unknown color: approx Purple Heart. HEX triplet: 63, 2B and C5. RGB value is (99,43,197). Sum of RGB (Red+Green+Blue) = 99+43+197=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 197 (77.34% from 255 or 58.11% from 339); Max value from RGB is 197 - color contains mainly: blue. Hex color #632BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632BC5 is #9CD43A. Grayscale: #4C4C4C. Windows color (decimal): -10277947 or 12921699. OLE color: 12921699.

HSL color Cylindrical-coordinate representation of color #632BC5: hue angle of 261.82º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632BC5 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9943197-
CMYK0.500.7800.23
HSL261.82º64.17%47.06%-
HSV(B)261.82º78.17%77.25%-
XYZ16.098.4153.6-
YUV77.3195.55143.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 197 (77.34% from 255) = 58.11%
R=29.20%
G=12.68%
B=58.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal99431970.500.7800.23261.8264.1747.06
Hex632BC5324E017106402f
Octal143533056211602740610057
Binary11000111010111100010111001010011100101111000001101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,43,197); }

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

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

 a { background-color: rgb(99,43,197); }

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

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

 span { border-color: rgb(99,43,197); }

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