Html Css Color HEX #14014F Violent Violet

📋 copy color: '#14014F'

red 20 ◦ green 1 ◦ blue 79

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

Shades of Violent Violet #14014F

Tints of Violent Violet #14014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 79%

R = 20%
G = 1%
B = 79%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14014F (or 0x14014F) is known color: Violent Violet. HEX triplet: 14, 01 and 4F. RGB value is (20,1,79). Sum of RGB (Red+Green+Blue) = 20+1+79=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 79 (31.25% from 255 or 79% from 100); Max value from RGB is 79 - color contains mainly: blue. Hex color #14014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14014F is #EBFEB0. Grayscale: #0F0F0F. Windows color (decimal): -15466161 or 5177620. OLE color: 5177620.

HSL color Cylindrical-coordinate representation of color #14014F: hue angle of 254.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14014F is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 1 79 -
CMYK 0.75 0.99 0 0.69
HSL 254.62º 0.98% 0.16% -
HSV(B) 254.62º 0.99% 0.31% -
XYZ 1.71 0.73 7.45 -
YUV 15.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 20 1 79 0.75 0.99 0 0.69 254.62 0.98 0.16
Hex 14 1 4F 4B 63 0 45 FF 62 10
Octal 24 1 117 113 143 0 105 377 142 20
Binary 10100 1 1001111 1001011 1100011 0 1000101 11111111 1100010 10000

Color Harmonies of #14014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14014F

Black with #14014F

Text Example


Text Example

White with #14014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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