#6E04BD

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

Shades of Purple Heart #6E04BD

Tints of Purple Heart #6E04BD

Color information

#6E04BD (or 0x6E04BD) is unknown color: approx Purple Heart. HEX triplet: 6E, 04 and BD. RGB value is (110,4,189). Sum of RGB (Red+Green+Blue) = 110+4+189=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E04BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E04BD is #91FB42. Grayscale: #383838. Windows color (decimal): -9567043 or 12387438. OLE color: 12387438.

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

Color convert

RGB1104189-
CMYK0.420.9800.26
HSL274.38º95.85%37.84%-
HSV(B)274.38º97.88%74.12%-
XYZ15.667.0848.68-
YUV56.78202.62165.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 189 (74.22% from 255) = 62.38%
R=36.30%
G=1.32%
B=62.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11041890.420.9800.26274.3895.8537.84
Hex6E4BD2A6201A1126026
Octal15642755214203242214046
Binary11011101001011110110101011000100110101000100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E04BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,4,189); }

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

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

 a { background-color: rgb(110,4,189); }

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

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

 span { border-color: rgb(110,4,189); }

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