#632aaf

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

Shades of Purple Heart #632AAF

Tints of Purple Heart #632AAF

Color information

#632AAF (or 0x632AAF) is unknown color: approx Purple Heart. HEX triplet: 63, 2A and AF. RGB value is (99,42,175). Sum of RGB (Red+Green+Blue) = 99+42+175=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #632AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632AAF is #9CD550. Grayscale: #494949. Windows color (decimal): -10278225 or 11479651. OLE color: 11479651.

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

Color convert

RGB9942175-
CMYK0.430.7600.31
HSL265.71º61.29%42.55%-
HSV(B)265.71º76%68.63%-
XYZ13.717.441.26-
YUV74.2184.88145.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.33%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 175 (68.75% from 255) = 55.38%
R=31.33%
G=13.29%
B=55.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99421750.430.7600.31265.7161.2942.55
Hex632AAF2B4C01F10a3d2b
Octal14352257531140374127553
Binary1100011101010101011111010111001100011111100001010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632aaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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