Html Css Color HEX #70338D Vivid Violet

📋 copy color: '#70338D'

red 112 ◦ green 51 ◦ blue 141

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

Shades of Vivid Violet #70338D

Tints of Vivid Violet #70338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 36.84%
G = 16.78%
B = 46.38%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70338D (or 0x70338D) is known color: Vivid Violet. HEX triplet: 70, 33 and 8D. RGB value is (112,51,141). Sum of RGB (Red+Green+Blue) = 112+51+141=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #70338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70338D is #8FCC72. Grayscale: #4F4F4F. Windows color (decimal): -9423987 or 9253744. OLE color: 9253744.

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

Color convert

RGB 112 51 141 -
CMYK 0.21 0.64 0 0.45
HSL 280.67º 0.47% 0.38% -
HSV(B) 280.67º 0.64% 0.55% -
XYZ 12.67 7.74 26.02 -
YUV 79.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 112 51 141 0.21 0.64 0 0.45 280.67 0.47 0.38
Hex 70 33 8D 15 40 0 2D 119 2F 26
Octal 160 63 215 25 100 0 55 431 57 46
Binary 1110000 110011 10001101 10101 1000000 0 101101 100011001 101111 100110

Color Harmonies of #70338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70338D

Black with #70338D

Text Example


Text Example

White with #70338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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