Html Css Color HEX #70398E Vivid Violet

📋 copy color: '#70398E'

red 112 ◦ green 57 ◦ blue 142

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

Shades of Vivid Violet #70398E

Tints of Vivid Violet #70398E

RGB

 RED value IS 112 (44.14% from 255) = 36.01%

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 36.01%
G = 18.33%
B = 45.66%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70398E (or 0x70398E) is known color: Vivid Violet. HEX triplet: 70, 39 and 8E. RGB value is (112,57,142). Sum of RGB (Red+Green+Blue) = 112+57+142=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #70398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70398E is #8FC671. Grayscale: #525252. Windows color (decimal): -9422450 or 9320816. OLE color: 9320816.

HSL color Cylindrical-coordinate representation of color #70398E: hue angle of 278.82º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70398E is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 57 142 -
CMYK 0.21 0.60 0 0.44
HSL 278.82º 0.43% 0.39% -
HSV(B) 278.82º 0.6% 0.56% -
XYZ 13.03 8.32 26.51 -
YUV 83.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 112 57 142 0.21 0.60 0 0.44 278.82 0.43 0.39
Hex 70 39 8E 15 3C 0 2C 117 2B 27
Octal 160 71 216 25 74 0 54 427 53 47
Binary 1110000 111001 10001110 10101 111100 0 101100 100010111 101011 100111

Color Harmonies of #70398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70398E

Black with #70398E

Text Example


Text Example

White with #70398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70398E; }

 p { color: rgb(112,57,142); }

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

background-color css

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

 a { background-color: rgb(112,57,142); }

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

border-color css

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

 span { border-color: rgb(112,57,142); }

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