#632CB3

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

Shades of Purple Heart #632CB3

Tints of Purple Heart #632CB3

Color information

#632CB3 (or 0x632CB3) is unknown color: approx Purple Heart. HEX triplet: 63, 2C and B3. RGB value is (99,44,179). Sum of RGB (Red+Green+Blue) = 99+44+179=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #632CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632CB3 is #9CD34C. Grayscale: #4B4B4B. Windows color (decimal): -10277709 or 11742307. OLE color: 11742307.

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

Color convert

RGB9944179-
CMYK0.450.7500.30
HSL264.44º60.54%43.73%-
HSV(B)264.44º75.42%70.2%-
XYZ14.187.7143.39-
YUV75.84186.22144.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 44 (17.58% from 255) = 13.66%
BLUE value IS 179 (70.31% from 255) = 55.59%
R=30.75%
G=13.66%
B=55.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal99441790.450.7500.30264.4460.5443.73
Hex632CB32D4B01E1083d2c
Octal14354263551130364107554
Binary1100011101100101100111011011001011011110100001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,44,179); }

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

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

 a { background-color: rgb(99,44,179); }

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

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

 span { border-color: rgb(99,44,179); }

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