Html Css Color HEX #14014D Violent Violet

📋 copy color: '#14014D'

red 20 ◦ green 1 ◦ blue 77

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

Shades of Violent Violet #14014D

Tints of Violent Violet #14014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.02%

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

R = 20.41%
G = 1.02%
B = 78.57%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14014D (or 0x14014D) is known color: Violent Violet. HEX triplet: 14, 01 and 4D. RGB value is (20,1,77). Sum of RGB (Red+Green+Blue) = 20+1+77=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #14014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14014D is #EBFEB2. Grayscale: #0F0F0F. Windows color (decimal): -15466163 or 5046548. OLE color: 5046548.

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

Color convert

RGB 20 1 77 -
CMYK 0.74 0.99 0 0.70
HSL 255º 0.97% 0.15% -
HSV(B) 255º 0.99% 0.3% -
XYZ 1.64 0.71 7.07 -
YUV 15.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 20 1 77 0.74 0.99 0 0.70 255 0.97 0.15
Hex 14 1 4D 4A 63 0 46 FF 61 F
Octal 24 1 115 112 143 0 106 377 141 17
Binary 10100 1 1001101 1001010 1100011 0 1000110 11111111 1100001 1111

Color Harmonies of #14014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14014D

Black with #14014D

Text Example


Text Example

White with #14014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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