#70358D

Color #70358D Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #70358D

Tints of Vivid Violet #70358D

Color information

#70358D (or 0x70358D) is unknown color: approx Vivid Violet. HEX triplet: 70, 35 and 8D. RGB value is (112,53,141). Sum of RGB (Red+Green+Blue) = 112+53+141=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #70358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70358D is #8FCA72. Grayscale: #505050. Windows color (decimal): -9423475 or 9254256. OLE color: 9254256.

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

Color convert

RGB11253141-
CMYK0.210.6200.45
HSL280.23º45.36%38.04%-
HSV(B)280.23º62.41%55.29%-
XYZ12.767.9126.05-
YUV80.67162.05150.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=36.60%
G=17.32%
B=46.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112531410.210.6200.45280.2345.3638.04
Hex70358D153E02D1182d26
Octal1606521525760554305546
Binary111000011010110001101101011111100101101100011000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70358D;
 }
 .AnyTagClassName
 {
   color: #70358D;
 }
</style>
background-color css

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

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

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

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

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

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