#6315B4

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

Shades of Purple Heart #6315B4

Tints of Purple Heart #6315B4

Color information

#6315B4 (or 0x6315B4) is unknown color: approx Purple Heart. HEX triplet: 63, 15 and B4. RGB value is (99,21,180). Sum of RGB (Red+Green+Blue) = 99+21+180=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #6315B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315B4 is #9CEA4B. Grayscale: #3D3D3D. Windows color (decimal): -10283596 or 11801955. OLE color: 11801955.

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

Color convert

RGB9921180-
CMYK0.450.8800.29
HSL269.43º79.1%39.41%-
HSV(B)269.43º88.33%70.59%-
XYZ13.656.4843.71-
YUV62.45194.34154.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 21 (8.59% from 255) = 7%
BLUE value IS 180 (70.70% from 255) = 60%
R=33%
G=7%
B=60%

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
Decimal99211800.450.8800.29269.4379.139.41
Hex6315B42D5801D10d4f27
Octal143252645513003541511747
Binary1100011101011011010010110110110000111011000011011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6315B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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