#632ABE

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

Shades of Purple Heart #632ABE

Tints of Purple Heart #632ABE

Color information

#632ABE (or 0x632ABE) is unknown color: approx Purple Heart. HEX triplet: 63, 2A and BE. RGB value is (99,42,190). Sum of RGB (Red+Green+Blue) = 99+42+190=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #632ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632ABE is #9CD541. Grayscale: #4B4B4B. Windows color (decimal): -10278210 or 12462691. OLE color: 12462691.

HSL color Cylindrical-coordinate representation of color #632ABE: hue angle of 263.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632ABE is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9942190-
CMYK0.480.7800.25
HSL263.11º63.79%45.49%-
HSV(B)263.11º77.89%74.51%-
XYZ15.278.0349.46-
YUV75.91192.38144.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.91%
GREEN value IS 42 (16.80% from 255) = 12.69%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=29.91%
G=12.69%
B=57.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99421900.480.7800.25263.1163.7945.49
Hex632ABE304E019107402d
Octal143522766011603140710055
Binary11000111010101011111011000010011100110011000001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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