#140051

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

Shades of Violent Violet #140051

Tints of Violent Violet #140051

Color information

#140051 (or 0x140051) is unknown color: approx Violent Violet. HEX triplet: 14, 00 and 51. RGB value is (20,0,81). Sum of RGB (Red+Green+Blue) = 20+0+81=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #140051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140051 is #EBFFAE. Grayscale: #0E0E0E. Windows color (decimal): -15466415 or 5308436. OLE color: 5308436.

HSL color Cylindrical-coordinate representation of color #140051: hue angle of 254.81º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140051 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB20081-
CMYK0.75100.68
HSL254.81º100%15.88%-
HSV(B)254.81º100%31.76%-
XYZ1.770.747.83-
YUV15.21165.13131.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 80.20%
R=19.80%
G=0%
B=80.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal200810.75100.68254.8110015.88
Hex140514B64044ff6410
Octal240121113144010437714420
Binary1010001010001100101111001000100010011111111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140051; }

 p { color: rgb(20,0,81); }

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

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

 a { background-color: rgb(20,0,81); }

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

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

 span { border-color: rgb(20,0,81); }

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