#6311BA

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

Shades of Purple Heart #6311BA

Tints of Purple Heart #6311BA

Color information

#6311BA (or 0x6311BA) is unknown color: approx Purple Heart. HEX triplet: 63, 11 and BA. RGB value is (99,17,186). Sum of RGB (Red+Green+Blue) = 99+17+186=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #6311BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311BA is #9CEE45. Grayscale: #3C3C3C. Windows color (decimal): -10284614 or 12194147. OLE color: 12194147.

HSL color Cylindrical-coordinate representation of color #6311BA: hue angle of 269.11º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6311BA is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9917186-
CMYK0.470.9100.27
HSL269.11º83.25%39.8%-
HSV(B)269.11º90.86%72.94%-
XYZ14.216.646.98-
YUV60.78198.67155.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 17 (7.03% from 255) = 5.63%
BLUE value IS 186 (73.05% from 255) = 61.59%
R=32.78%
G=5.63%
B=61.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99171860.470.9100.27269.1183.2539.8
Hex6311BA2F5B01B10d5328
Octal143212725713303341512350
Binary1100011100011011101010111110110110110111000011011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6311BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6311BA; }

 p { color: rgb(99,17,186); }

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

<style>
 a { background-color: #6311BA; }

 a { background-color: rgb(99,17,186); }

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

<style>
 span { border-color: #6311BA; }

 span { border-color: rgb(99,17,186); }

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