#632BBA

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

Shades of Purple Heart #632BBA

Tints of Purple Heart #632BBA

Color information

#632BBA (or 0x632BBA) is unknown color: approx Purple Heart. HEX triplet: 63, 2B and BA. RGB value is (99,43,186). Sum of RGB (Red+Green+Blue) = 99+43+186=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #632BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632BBA is #9CD445. Grayscale: #4B4B4B. Windows color (decimal): -10277958 or 12200803. OLE color: 12200803.

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

Color convert

RGB9943186-
CMYK0.470.7700.27
HSL263.5º62.45%44.9%-
HSV(B)263.5º76.88%72.94%-
XYZ14.877.9347.2-
YUV76.05190.05144.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 43 (17.19% from 255) = 13.11%
BLUE value IS 186 (73.05% from 255) = 56.71%
R=30.18%
G=13.11%
B=56.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99431860.470.7700.27263.562.4544.9
Hex632BBA2F4D01B1073e2d
Octal14353272571150334077655
Binary1100011101011101110101011111001101011011100000111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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