Html Css Color HEX #140140 Violent Violet

📋 copy color: '#140140'

red 20 ◦ green 1 ◦ blue 64

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

Shades of Violent Violet #140140

Tints of Violent Violet #140140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 75.29%

R = 23.53%
G = 1.18%
B = 75.29%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#140140 (or 0x140140) is known color: Violent Violet. HEX triplet: 14, 01 and 40. RGB value is (20,1,64). Sum of RGB (Red+Green+Blue) = 20+1+64=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #140140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140140 is #EBFEBF. Grayscale: #0D0D0D. Windows color (decimal): -15466176 or 4194580. OLE color: 4194580.

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

Color convert

RGB 20 1 64 -
CMYK 0.69 0.98 0 0.75
HSL 258.1º 0.97% 0.13% -
HSV(B) 258.1º 0.98% 0.25% -
XYZ 1.22 0.54 4.89 -
YUV 13.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 20 1 64 0.69 0.98 0 0.75 258.1 0.97 0.13
Hex 14 1 40 45 62 0 4B 102 61 D
Octal 24 1 100 105 142 0 113 402 141 15
Binary 10100 1 1000000 1000101 1100010 0 1001011 100000010 1100001 1101

Color Harmonies of #140140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140140

Black with #140140

Text Example


Text Example

White with #140140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140140; }

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

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

background-color css

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

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

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

border-color css

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

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

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