#6E3FC1

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

Shades of Purple Heart #6E3FC1

Tints of Purple Heart #6E3FC1

Color information

#6E3FC1 (or 0x6E3FC1) is unknown color: approx Purple Heart. HEX triplet: 6E, 3F and C1. RGB value is (110,63,193). Sum of RGB (Red+Green+Blue) = 110+63+193=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E3FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3FC1 is #91C03E. Grayscale: #5B5B5B. Windows color (decimal): -9551935 or 12664686. OLE color: 12664686.

HSL color Cylindrical-coordinate representation of color #6E3FC1: hue angle of 261.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3FC1 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11063193-
CMYK0.430.6700.24
HSL261.69º51.18%50.2%-
HSV(B)261.69º67.36%75.69%-
XYZ17.8310.7251.58-
YUV91.87185.07140.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 63 (25% from 255) = 17.21%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=30.05%
G=17.21%
B=52.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110631930.430.6700.24261.6951.1850.2
Hex6E3FC12B430181063332
Octal15677301531030304066362
Binary1101110111111110000011010111000011011000100000110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,63,193); }

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

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

 a { background-color: rgb(110,63,193); }

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

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

 span { border-color: rgb(110,63,193); }

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