Html Css Color HEX #70348B Vivid Violet

📋 copy color: '#70348B'

red 112 ◦ green 52 ◦ blue 139

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

Shades of Vivid Violet #70348B

Tints of Vivid Violet #70348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 36.96%
G = 17.16%
B = 45.87%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70348B (or 0x70348B) is known color: Vivid Violet. HEX triplet: 70, 34 and 8B. RGB value is (112,52,139). Sum of RGB (Red+Green+Blue) = 112+52+139=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #70348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70348B is #8FCB74. Grayscale: #4F4F4F. Windows color (decimal): -9423733 or 9122928. OLE color: 9122928.

HSL color Cylindrical-coordinate representation of color #70348B: hue angle of 281.38º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70348B is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 52 139 -
CMYK 0.19 0.63 0 0.45
HSL 281.38º 0.46% 0.37% -
HSV(B) 281.38º 0.63% 0.55% -
XYZ 12.57 7.76 25.26 -
YUV 79.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 112 52 139 0.19 0.63 0 0.45 281.38 0.46 0.37
Hex 70 34 8B 13 3F 0 2D 119 2E 25
Octal 160 64 213 23 77 0 55 431 56 45
Binary 1110000 110100 10001011 10011 111111 0 101101 100011001 101110 100101

Color Harmonies of #70348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70348B

Black with #70348B

Text Example


Text Example

White with #70348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,52,139); }

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

background-color css

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

 a { background-color: rgb(112,52,139); }

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

border-color css

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

 span { border-color: rgb(112,52,139); }

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