Html Css Color HEX #14004D Violent Violet

📋 copy color: '#14004D'

red 20 ◦ green 0 ◦ blue 77

#14004D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #14004D

Tints of Violent Violet #14004D

RGB

 RED value IS 20 (8.2% from 255) = 20.62%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 79.38%

R = 20.62%
G = 0%
B = 79.38%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14004D (or 0x14004D) is known color: Violent Violet. HEX triplet: 14, 00 and 4D. RGB value is (20,0,77). Sum of RGB (Red+Green+Blue) = 20+0+77=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #14004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14004D is #EBFFB2. Grayscale: #0E0E0E. Windows color (decimal): -15466419 or 5046292. OLE color: 5046292.

HSL color Cylindrical-coordinate representation of color #14004D: hue angle of 255.58º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14004D is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 0 77 -
CMYK 0.74 1 0 0.70
HSL 255.58º 1% 0.15% -
HSV(B) 255.58º 1% 0.3% -
XYZ 1.63 0.68 7.07 -
YUV 14.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 20 0 77 0.74 1 0 0.70 255.58 1 0.15
Hex 14 0 4D 4A 64 0 46 100 64 F
Octal 24 0 115 112 144 0 106 400 144 17
Binary 10100 0 1001101 1001010 1100100 0 1000110 100000000 1100100 1111

Color Harmonies of #14004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14004D

Black with #14004D

Text Example


Text Example

White with #14004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14004D; }

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

 H1.HeaderClassName
 {
   color: #14004D;
 }
 .AnyTagClassName
 {
   color: #14004D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #14004D;
 }
 .BgClassName
 {
   background-color: #14004D;
 }
</style>

border-color css

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

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

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