#6313AA

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

Shades of Purple Heart #6313AA

Tints of Purple Heart #6313AA

Color information

#6313AA (or 0x6313AA) is unknown color: approx Purple Heart. HEX triplet: 63, 13 and AA. RGB value is (99,19,170). Sum of RGB (Red+Green+Blue) = 99+19+170=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #6313AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6313AA is #9CEC55. Grayscale: #3B3B3B. Windows color (decimal): -10284118 or 11146083. OLE color: 11146083.

HSL color Cylindrical-coordinate representation of color #6313AA: hue angle of 271.79º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6313AA is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9919170-
CMYK0.420.8900.33
HSL271.79º79.89%37.06%-
HSV(B)271.79º88.82%66.67%-
XYZ12.636.0238.53-
YUV60.13190155.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=34.38%
G=6.60%
B=59.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99191700.420.8900.33271.7979.8937.06
Hex6313AA2A590211105025
Octal143232525213104142012045
Binary11000111001110101010101010101100101000011000100001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6313AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6313AA; }

 p { color: rgb(99,19,170); }

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

<style>
 a { background-color: #6313AA; }

 a { background-color: rgb(99,19,170); }

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

<style>
 span { border-color: #6313AA; }

 span { border-color: rgb(99,19,170); }

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