Html Css Color HEX #140744 Violent Violet

📋 copy color: '#140744'

red 20 ◦ green 7 ◦ blue 68

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

Shades of Violent Violet #140744

Tints of Violent Violet #140744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.37%

 BLUE value IS 68 (26.95% from 255) = 71.58%

R = 21.05%
G = 7.37%
B = 71.58%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#140744 (or 0x140744) is known color: Violent Violet. HEX triplet: 14, 07 and 44. RGB value is (20,7,68). Sum of RGB (Red+Green+Blue) = 20+7+68=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #140744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140744 is #EBF8BB. Grayscale: #111111. Windows color (decimal): -15464636 or 4458260. OLE color: 4458260.

HSL color Cylindrical-coordinate representation of color #140744: hue angle of 252.79º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140744 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 7 68 -
CMYK 0.71 0.90 0 0.73
HSL 252.79º 0.81% 0.15% -
HSV(B) 252.79º 0.9% 0.27% -
XYZ 1.41 0.72 5.53 -
YUV 17.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 20 7 68 0.71 0.90 0 0.73 252.79 0.81 0.15
Hex 14 7 44 47 5A 0 49 FD 51 F
Octal 24 7 104 107 132 0 111 375 121 17
Binary 10100 111 1000100 1000111 1011010 0 1001001 11111101 1010001 1111

Color Harmonies of #140744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140744

Black with #140744

Text Example


Text Example

White with #140744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140744; }

 p { color: rgb(20,7,68); }

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

background-color css

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

 a { background-color: rgb(20,7,68); }

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

border-color css

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

 span { border-color: rgb(20,7,68); }

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