#6613B9

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

Shades of Purple Heart #6613B9

Tints of Purple Heart #6613B9

Color information

#6613B9 (or 0x6613B9) is unknown color: approx Purple Heart. HEX triplet: 66, 13 and B9. RGB value is (102,19,185). Sum of RGB (Red+Green+Blue) = 102+19+185=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 185 (72.66% from 255 or 60.46% from 306); Max value from RGB is 185 - color contains mainly: blue. Hex color #6613B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6613B9 is #99EC46. Grayscale: #3E3E3E. Windows color (decimal): -10087495 or 12129126. OLE color: 12129126.

HSL color Cylindrical-coordinate representation of color #6613B9: hue angle of 270º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6613B9 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10219185-
CMYK0.450.9000.27
HSL270º81.37%40%-
HSV(B)270º89.73%72.55%-
XYZ14.476.7946.45-
YUV62.74197156-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 6.21%
BLUE value IS 185 (72.66% from 255) = 60.46%
R=33.33%
G=6.21%
B=60.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102191850.450.9000.2727081.3740
Hex6613B92D5A01B10e5128
Octal146232715513203341612150
Binary1100110100111011100110110110110100110111000011101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6613B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6613B9; }

 p { color: rgb(102,19,185); }

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

<style>
 a { background-color: #6613B9; }

 a { background-color: rgb(102,19,185); }

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

<style>
 span { border-color: #6613B9; }

 span { border-color: rgb(102,19,185); }

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