#0E0047

Color #0E0047 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #0E0047

Tints of Violent Violet #0E0047

Color information

#0E0047 (or 0x0E0047) is unknown color: approx Violent Violet. HEX triplet: 0E, 00 and 47. RGB value is (14,0,71). Sum of RGB (Red+Green+Blue) = 14+0+71=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E0047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0047 is #F1FFB8. Grayscale: #0C0C0C. Windows color (decimal): -15859641 or 4653070. OLE color: 4653070.

HSL color Cylindrical-coordinate representation of color #0E0047: hue angle of 251.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0047 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB14071-
CMYK0.80100.72
HSL251.83º100%13.92%-
HSV(B)251.83º100%27.84%-
XYZ1.320.556-
YUV12.28161.14129.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 83.53%
R=16.47%
G=0%
B=83.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal140710.80100.72251.8310013.92
HexE0475064048fc64e
Octal160107120144011037414416
Binary11100100011110100001100100010010001111110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E0047; }

 p { color: rgb(14,0,71); }

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

<style>
 a { background-color: #0E0047; }

 a { background-color: rgb(14,0,71); }

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

<style>
 span { border-color: #0E0047; }

 span { border-color: rgb(14,0,71); }

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