#630EAE

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

Shades of Purple Heart #630EAE

Tints of Purple Heart #630EAE

Color information

#630EAE (or 0x630EAE) is unknown color: approx Purple Heart. HEX triplet: 63, 0E and AE. RGB value is (99,14,174). Sum of RGB (Red+Green+Blue) = 99+14+174=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #630EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630EAE is #9CF151. Grayscale: #393939. Windows color (decimal): -10285394 or 11406947. OLE color: 11406947.

HSL color Cylindrical-coordinate representation of color #630EAE: hue angle of 271.88º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630EAE is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9914174-
CMYK0.430.9200.32
HSL271.88º85.11%36.86%-
HSV(B)271.88º91.95%68.24%-
XYZ12.946.0240.52-
YUV57.66193.66157.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 14 (5.86% from 255) = 4.88%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=34.49%
G=4.88%
B=60.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99141740.430.9200.32271.8885.1136.86
Hex63EAE2B5C0201105525
Octal143162565313404042012545
Binary1100011111010101110101011101110001000001000100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630EAE; }

 p { color: rgb(99,14,174); }

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

<style>
 a { background-color: #630EAE; }

 a { background-color: rgb(99,14,174); }

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

<style>
 span { border-color: #630EAE; }

 span { border-color: rgb(99,14,174); }

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