Html Css Color HEX #70288D Vivid Violet

📋 copy color: '#70288D'

red 112 ◦ green 40 ◦ blue 141

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

Shades of Vivid Violet #70288D

Tints of Vivid Violet #70288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 38.23%
G = 13.65%
B = 48.12%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70288D (or 0x70288D) is known color: Vivid Violet. HEX triplet: 70, 28 and 8D. RGB value is (112,40,141). Sum of RGB (Red+Green+Blue) = 112+40+141=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #70288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70288D is #8FD772. Grayscale: #484848. Windows color (decimal): -9426803 or 9250928. OLE color: 9250928.

HSL color Cylindrical-coordinate representation of color #70288D: hue angle of 282.77º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70288D is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 40 141 -
CMYK 0.21 0.72 0 0.45
HSL 282.77º 0.56% 0.35% -
HSV(B) 282.77º 0.72% 0.55% -
XYZ 12.25 6.89 25.88 -
YUV 73.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 112 40 141 0.21 0.72 0 0.45 282.77 0.56 0.35
Hex 70 28 8D 15 48 0 2D 11B 38 23
Octal 160 50 215 25 110 0 55 433 70 43
Binary 1110000 101000 10001101 10101 1001000 0 101101 100011011 111000 100011

Color Harmonies of #70288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70288D

Black with #70288D

Text Example


Text Example

White with #70288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70288D; }

 p { color: rgb(112,40,141); }

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

background-color css

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

 a { background-color: rgb(112,40,141); }

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

border-color css

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

 span { border-color: rgb(112,40,141); }

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