#6315B5

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

Shades of Purple Heart #6315B5

Tints of Purple Heart #6315B5

Color information

#6315B5 (or 0x6315B5) is unknown color: approx Purple Heart. HEX triplet: 63, 15 and B5. RGB value is (99,21,181). Sum of RGB (Red+Green+Blue) = 99+21+181=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 181 (71.09% from 255 or 60.13% from 301); Max value from RGB is 181 - color contains mainly: blue. Hex color #6315B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315B5 is #9CEA4A. Grayscale: #3E3E3E. Windows color (decimal): -10283595 or 11867491. OLE color: 11867491.

HSL color Cylindrical-coordinate representation of color #6315B5: hue angle of 269.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6315B5 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9921181-
CMYK0.450.8800.29
HSL269.25º79.21%39.61%-
HSV(B)269.25º88.4%70.98%-
XYZ13.756.5344.25-
YUV62.56194.84153.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.89%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 181 (71.09% from 255) = 60.13%
R=32.89%
G=6.98%
B=60.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99211810.450.8800.29269.2579.2139.61
Hex6315B52D5801D10d4f28
Octal143252655513003541511750
Binary1100011101011011010110110110110000111011000011011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6315B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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