#6E0374

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

Shades of Purple #6E0374

Tints of Purple #6E0374

Color information

#6E0374 (or 0x6E0374) is unknown color: approx Purple. HEX triplet: 6E, 03 and 74. RGB value is (110,3,116). Sum of RGB (Red+Green+Blue) = 110+3+116=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E0374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0374 is #91FC8B. Grayscale: #2F2F2F. Windows color (decimal): -9567372 or 7603054. OLE color: 7603054.

HSL color Cylindrical-coordinate representation of color #6E0374: hue angle of 296.81º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0374 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1103116-
CMYK0.050.9700.55
HSL296.81º94.96%23.33%-
HSV(B)296.81º97.41%45.49%-
XYZ9.624.6416.91-
YUV47.88166.45172.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.03%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 116 (45.70% from 255) = 50.66%
R=48.03%
G=1.31%
B=50.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11031160.050.9700.55296.8194.9623.33
Hex6E3745610371295f17
Octal1563164514106745113727
Binary110111011111010010111000010110111100101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,3,116); }

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

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

 a { background-color: rgb(110,3,116); }

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

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

 span { border-color: rgb(110,3,116); }

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