#6912BE

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

Shades of Purple Heart #6912BE

Tints of Purple Heart #6912BE

Color information

#6912BE (or 0x6912BE) is unknown color: approx Purple Heart. HEX triplet: 69, 12 and BE. RGB value is (105,18,190). Sum of RGB (Red+Green+Blue) = 105+18+190=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #6912BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912BE is #96ED41. Grayscale: #3F3F3F. Windows color (decimal): -9891138 or 12456553. OLE color: 12456553.

HSL color Cylindrical-coordinate representation of color #6912BE: hue angle of 270.35º degrees, saturation: 0.83, 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 #6912BE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10518190-
CMYK0.450.9100.25
HSL270.35º82.69%40.78%-
HSV(B)270.35º90.53%74.51%-
XYZ15.347.1549.29-
YUV63.62199.32157.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 18 (7.42% from 255) = 5.75%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=33.55%
G=5.75%
B=60.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105181900.450.9100.25270.3582.6940.78
Hex6912BE2D5B01910e5329
Octal151222765513303141612351
Binary1101001100101011111010110110110110110011000011101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6912BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,18,190); }

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

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

 a { background-color: rgb(105,18,190); }

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

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

 span { border-color: rgb(105,18,190); }

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