#632BB2

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

Shades of Purple Heart #632BB2

Tints of Purple Heart #632BB2

Color information

#632BB2 (or 0x632BB2) is unknown color: approx Purple Heart. HEX triplet: 63, 2B and B2. RGB value is (99,43,178). Sum of RGB (Red+Green+Blue) = 99+43+178=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #632BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632BB2 is #9CD44D. Grayscale: #4A4A4A. Windows color (decimal): -10277966 or 11676515. OLE color: 11676515.

HSL color Cylindrical-coordinate representation of color #632BB2: hue angle of 264.89º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632BB2 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9943178-
CMYK0.440.7600.30
HSL264.89º61.09%43.33%-
HSV(B)264.89º75.84%69.8%-
XYZ14.057.5942.85-
YUV75.13186.05145.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 43 (17.19% from 255) = 13.44%
BLUE value IS 178 (69.92% from 255) = 55.62%
R=30.94%
G=13.44%
B=55.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal99431780.440.7600.30264.8961.0943.33
Hex632BB22C4C01E1093d2b
Octal14353262541140364117553
Binary1100011101011101100101011001001100011110100001001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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