Html Css Color HEX #14014B Violent Violet

📋 copy color: '#14014B'

red 20 ◦ green 1 ◦ blue 75

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

Shades of Violent Violet #14014B

Tints of Violent Violet #14014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 78.13%

R = 20.83%
G = 1.04%
B = 78.13%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14014B (or 0x14014B) is known color: Violent Violet. HEX triplet: 14, 01 and 4B. RGB value is (20,1,75). Sum of RGB (Red+Green+Blue) = 20+1+75=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #14014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14014B is #EBFEB4. Grayscale: #0E0E0E. Windows color (decimal): -15466165 or 4915476. OLE color: 4915476.

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

Color convert

RGB 20 1 75 -
CMYK 0.73 0.99 0 0.71
HSL 255.41º 0.97% 0.15% -
HSV(B) 255.41º 0.99% 0.29% -
XYZ 1.57 0.68 6.7 -
YUV 15.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 20 1 75 0.73 0.99 0 0.71 255.41 0.97 0.15
Hex 14 1 4B 49 63 0 47 FF 61 F
Octal 24 1 113 111 143 0 107 377 141 17
Binary 10100 1 1001011 1001001 1100011 0 1000111 11111111 1100001 1111

Color Harmonies of #14014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14014B

Black with #14014B

Text Example


Text Example

White with #14014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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