#6413B1

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

Shades of Purple Heart #6413B1

Tints of Purple Heart #6413B1

Color information

#6413B1 (or 0x6413B1) is unknown color: approx Purple Heart. HEX triplet: 64, 13 and B1. RGB value is (100,19,177). Sum of RGB (Red+Green+Blue) = 100+19+177=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #6413B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6413B1 is #9BEC4E. Grayscale: #3C3C3C. Windows color (decimal): -10218575 or 11604836. OLE color: 11604836.

HSL color Cylindrical-coordinate representation of color #6413B1: hue angle of 270.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6413B1 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10019177-
CMYK0.440.8900.31
HSL270.76º80.61%38.43%-
HSV(B)270.76º89.27%69.41%-
XYZ13.426.3542.11-
YUV61.23193.34155.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 19 (7.81% from 255) = 6.42%
BLUE value IS 177 (69.53% from 255) = 59.80%
R=33.78%
G=6.42%
B=59.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100191770.440.8900.31270.7680.6138.43
Hex6413B12C5901F10f5126
Octal144232615413103741712146
Binary1100100100111011000110110010110010111111000011111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6413B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6413B1; }

 p { color: rgb(100,19,177); }

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

<style>
 a { background-color: #6413B1; }

 a { background-color: rgb(100,19,177); }

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

<style>
 span { border-color: #6413B1; }

 span { border-color: rgb(100,19,177); }

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