#6315AE

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

Shades of Purple Heart #6315AE

Tints of Purple Heart #6315AE

Color information

#6315AE (or 0x6315AE) is unknown color: approx Purple Heart. HEX triplet: 63, 15 and AE. RGB value is (99,21,174). Sum of RGB (Red+Green+Blue) = 99+21+174=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #6315AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6315AE is #9CEA51. Grayscale: #3D3D3D. Windows color (decimal): -10283602 or 11408739. OLE color: 11408739.

HSL color Cylindrical-coordinate representation of color #6315AE: hue angle of 270.59º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6315AE is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9921174-
CMYK0.430.8800.32
HSL270.59º78.46%38.24%-
HSV(B)270.59º87.93%68.24%-
XYZ13.056.2440.56-
YUV61.76191.34154.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 21 (8.59% from 255) = 7.14%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=33.67%
G=7.14%
B=59.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99211740.430.8800.32270.5978.4638.24
Hex6315AE2B5802010f4e26
Octal143252565313004041711646
Binary11000111010110101110101011101100001000001000011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6315AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6315AE; }

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

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

<style>
 a { background-color: #6315AE; }

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

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

<style>
 span { border-color: #6315AE; }

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

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