#6712BE

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

Shades of Purple Heart #6712BE

Tints of Purple Heart #6712BE

Color information

#6712BE (or 0x6712BE) is unknown color: approx Purple Heart. HEX triplet: 67, 12 and BE. RGB value is (103,18,190). Sum of RGB (Red+Green+Blue) = 103+18+190=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #6712BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6712BE is #98ED41. Grayscale: #3E3E3E. Windows color (decimal): -10022210 or 12456551. OLE color: 12456551.

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

Color convert

RGB10318190-
CMYK0.460.9100.25
HSL269.65º82.69%40.78%-
HSV(B)269.65º90.53%74.51%-
XYZ15.17.0349.28-
YUV63.02199.66156.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 190 (74.61% from 255) = 61.09%
R=33.12%
G=5.79%
B=61.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103181900.460.9100.25269.6582.6940.78
Hex6712BE2E5B01910e5329
Octal147222765613303141612351
Binary1100111100101011111010111010110110110011000011101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6712BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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