Html Css Color HEX #140247 Violent Violet

📋 copy color: '#140247'

red 20 ◦ green 2 ◦ blue 71

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

Shades of Violent Violet #140247

Tints of Violent Violet #140247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.15%

 BLUE value IS 71 (28.13% from 255) = 76.34%

R = 21.51%
G = 2.15%
B = 76.34%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#140247 (or 0x140247) is known color: Violent Violet. HEX triplet: 14, 02 and 47. RGB value is (20,2,71). Sum of RGB (Red+Green+Blue) = 20+2+71=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #140247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140247 is #EBFDB8. Grayscale: #0E0E0E. Windows color (decimal): -15465913 or 4653588. OLE color: 4653588.

HSL color Cylindrical-coordinate representation of color #140247: hue angle of 255.65º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140247 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 2 71 -
CMYK 0.72 0.97 0 0.72
HSL 255.65º 0.95% 0.14% -
HSV(B) 255.65º 0.97% 0.28% -
XYZ 1.45 0.65 6.01 -
YUV 15.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 20 2 71 0.72 0.97 0 0.72 255.65 0.95 0.14
Hex 14 2 47 48 61 0 48 100 5F E
Octal 24 2 107 110 141 0 110 400 137 16
Binary 10100 10 1000111 1001000 1100001 0 1001000 100000000 1011111 1110

Color Harmonies of #140247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140247

Black with #140247

Text Example


Text Example

White with #140247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140247; }

 p { color: rgb(20,2,71); }

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

background-color css

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

 a { background-color: rgb(20,2,71); }

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

border-color css

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

 span { border-color: rgb(20,2,71); }

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