Html Css Color HEX #70189F Vivid Violet

📋 copy color: '#70189F'

red 112 ◦ green 24 ◦ blue 159

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

Shades of Vivid Violet #70189F

Tints of Vivid Violet #70189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 159 (62.5% from 255) = 53.9%

R = 37.97%
G = 8.14%
B = 53.9%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70189F (or 0x70189F) is known color: Vivid Violet. HEX triplet: 70, 18 and 9F. RGB value is (112,24,159). Sum of RGB (Red+Green+Blue) = 112+24+159=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #70189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70189F is #8FE760. Grayscale: #414141. Windows color (decimal): -9430881 or 10426480. OLE color: 10426480.

HSL color Cylindrical-coordinate representation of color #70189F: hue angle of 279.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70189F is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 24 159 -
CMYK 0.30 0.85 0 0.38
HSL 279.11º 0.74% 0.36% -
HSV(B) 279.11º 0.85% 0.62% -
XYZ 13.27 6.6 33.38 -
YUV 65.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 112 24 159 0.30 0.85 0 0.38 279.11 0.74 0.36
Hex 70 18 9F 1E 55 0 26 117 4A 24
Octal 160 30 237 36 125 0 46 427 112 44
Binary 1110000 11000 10011111 11110 1010101 0 100110 100010111 1001010 100100

Color Harmonies of #70189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70189F

Black with #70189F

Text Example


Text Example

White with #70189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70189F; }

 p { color: rgb(112,24,159); }

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

background-color css

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

 a { background-color: rgb(112,24,159); }

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

border-color css

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

 span { border-color: rgb(112,24,159); }

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