Html Css Color HEX #70298D Vivid Violet

📋 copy color: '#70298D'

red 112 ◦ green 41 ◦ blue 141

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

Shades of Vivid Violet #70298D

Tints of Vivid Violet #70298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

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

R = 38.1%
G = 13.95%
B = 47.96%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70298D (or 0x70298D) is known color: Vivid Violet. HEX triplet: 70, 29 and 8D. RGB value is (112,41,141). Sum of RGB (Red+Green+Blue) = 112+41+141=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #70298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70298D is #8FD672. Grayscale: #494949. Windows color (decimal): -9426547 or 9251184. OLE color: 9251184.

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

Color convert

RGB 112 41 141 -
CMYK 0.21 0.71 0 0.45
HSL 282.6º 0.55% 0.36% -
HSV(B) 282.6º 0.71% 0.55% -
XYZ 12.28 6.95 25.89 -
YUV 73.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 112 41 141 0.21 0.71 0 0.45 282.6 0.55 0.36
Hex 70 29 8D 15 47 0 2D 11B 37 24
Octal 160 51 215 25 107 0 55 433 67 44
Binary 1110000 101001 10001101 10101 1000111 0 101101 100011011 110111 100100

Color Harmonies of #70298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70298D

Black with #70298D

Text Example


Text Example

White with #70298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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