Html Css Color HEX #140741 Violent Violet

📋 copy color: '#140741'

red 20 ◦ green 7 ◦ blue 65

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

Shades of Violent Violet #140741

Tints of Violent Violet #140741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 70.65%

R = 21.74%
G = 7.61%
B = 70.65%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#140741 (or 0x140741) is known color: Violent Violet. HEX triplet: 14, 07 and 41. RGB value is (20,7,65). Sum of RGB (Red+Green+Blue) = 20+7+65=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #140741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140741 is #EBF8BE. Grayscale: #111111. Windows color (decimal): -15464639 or 4261652. OLE color: 4261652.

HSL color Cylindrical-coordinate representation of color #140741: hue angle of 253.45º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140741 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 7 65 -
CMYK 0.69 0.89 0 0.75
HSL 253.45º 0.81% 0.14% -
HSV(B) 253.45º 0.89% 0.25% -
XYZ 1.32 0.68 5.06 -
YUV 17.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 20 7 65 0.69 0.89 0 0.75 253.45 0.81 0.14
Hex 14 7 41 45 59 0 4B FD 51 E
Octal 24 7 101 105 131 0 113 375 121 16
Binary 10100 111 1000001 1000101 1011001 0 1001011 11111101 1010001 1110

Color Harmonies of #140741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140741

Black with #140741

Text Example


Text Example

White with #140741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140741; }

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

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

background-color css

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

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

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

border-color css

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

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

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