#6D3EBC

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

Shades of Purple Heart #6D3EBC

Tints of Purple Heart #6D3EBC

Color information

#6D3EBC (or 0x6D3EBC) is unknown color: approx Purple Heart. HEX triplet: 6D, 3E and BC. RGB value is (109,62,188). Sum of RGB (Red+Green+Blue) = 109+62+188=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D3EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3EBC is #92C143. Grayscale: #595959. Windows color (decimal): -9617732 or 12336749. OLE color: 12336749.

HSL color Cylindrical-coordinate representation of color #6D3EBC: hue angle of 262.38º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3EBC is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10962188-
CMYK0.420.6700.26
HSL262.38º50.4%49.02%-
HSV(B)262.38º67.02%73.73%-
XYZ17.1110.3348.67-
YUV90.42183.07141.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.36%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=30.36%
G=17.27%
B=52.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal109621880.420.6700.26262.3850.449.02
Hex6D3EBC2A4301A1063231
Octal15576274521030324066261
Binary1101101111110101111001010101000011011010100000110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D3EBC; }

 p { color: rgb(109,62,188); }

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

<style>
 a { background-color: #6D3EBC; }

 a { background-color: rgb(109,62,188); }

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

<style>
 span { border-color: #6D3EBC; }

 span { border-color: rgb(109,62,188); }

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