#6e3bcf

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

Shades of Purple Heart #6E3BCF

Tints of Purple Heart #6E3BCF

Color information

#6E3BCF (or 0x6E3BCF) is unknown color: approx Purple Heart. HEX triplet: 6E, 3B and CF. RGB value is (110,59,207). Sum of RGB (Red+Green+Blue) = 110+59+207=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3BCF is #91C430. Grayscale: #5A5A5A. Windows color (decimal): -9552945 or 13581166. OLE color: 13581166.

HSL color Cylindrical-coordinate representation of color #6E3BCF: hue angle of 260.68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3BCF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11059207-
CMYK0.470.7100.19
HSL260.68º60.66%52.16%-
HSV(B)260.68º71.5%81.18%-
XYZ19.2610.9560.13-
YUV91.12193.4141.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.26%
GREEN value IS 59 (23.44% from 255) = 15.69%
BLUE value IS 207 (81.25% from 255) = 55.05%
R=29.26%
G=15.69%
B=55.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110592070.470.7100.19260.6860.6652.16
Hex6E3BCF2F470131053d34
Octal15673317571070234057564
Binary1101110111011110011111011111000111010011100000101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e3bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,59,207); }

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

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

 a { background-color: rgb(110,59,207); }

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

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

 span { border-color: rgb(110,59,207); }

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