Html Css Color HEX #70189B Vivid Violet

📋 copy color: '#70189B'

red 112 ◦ green 24 ◦ blue 155

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

Shades of Vivid Violet #70189B

Tints of Vivid Violet #70189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.26%

R = 38.49%
G = 8.25%
B = 53.26%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70189B (or 0x70189B) is known color: Vivid Violet. HEX triplet: 70, 18 and 9B. RGB value is (112,24,155). Sum of RGB (Red+Green+Blue) = 112+24+155=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #70189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70189B is #8FE764. Grayscale: #404040. Windows color (decimal): -9430885 or 10164336. OLE color: 10164336.

HSL color Cylindrical-coordinate representation of color #70189B: hue angle of 280.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70189B is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 24 155 -
CMYK 0.28 0.85 0 0.39
HSL 280.31º 0.73% 0.35% -
HSV(B) 280.31º 0.85% 0.61% -
XYZ 12.93 6.46 31.58 -
YUV 65.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 112 24 155 0.28 0.85 0 0.39 280.31 0.73 0.35
Hex 70 18 9B 1C 55 0 27 118 49 23
Octal 160 30 233 34 125 0 47 430 111 43
Binary 1110000 11000 10011011 11100 1010101 0 100111 100011000 1001001 100011

Color Harmonies of #70189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70189B

Black with #70189B

Text Example


Text Example

White with #70189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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