#6311BE

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

Shades of Purple Heart #6311BE

Tints of Purple Heart #6311BE

Color information

#6311BE (or 0x6311BE) is unknown color: approx Purple Heart. HEX triplet: 63, 11 and BE. RGB value is (99,17,190). Sum of RGB (Red+Green+Blue) = 99+17+190=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #6311BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311BE is #9CEE41. Grayscale: #3C3C3C. Windows color (decimal): -10284610 or 12456291. OLE color: 12456291.

HSL color Cylindrical-coordinate representation of color #6311BE: hue angle of 268.44º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6311BE is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9917190-
CMYK0.480.9100.25
HSL268.44º83.57%40.59%-
HSV(B)268.44º91.05%74.51%-
XYZ14.646.7749.25-
YUV61.24200.67154.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 190 (74.61% from 255) = 62.09%
R=32.35%
G=5.56%
B=62.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99171900.480.9100.25268.4483.5740.59
Hex6311BE305B01910c5429
Octal143212766013303141412451
Binary1100011100011011111011000010110110110011000011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6311BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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