#70258D

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

Shades of Vivid Violet #70258D

Tints of Vivid Violet #70258D

Color information

#70258D (or 0x70258D) is unknown color: approx Vivid Violet. HEX triplet: 70, 25 and 8D. RGB value is (112,37,141). Sum of RGB (Red+Green+Blue) = 112+37+141=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #70258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70258D is #8FDA72. Grayscale: #464646. Windows color (decimal): -9427571 or 9250160. OLE color: 9250160.

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

Color convert

RGB11237141-
CMYK0.210.7400.45
HSL283.27º58.43%34.9%-
HSV(B)283.27º73.76%55.29%-
XYZ12.156.6925.85-
YUV71.28167.35157.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=38.62%
G=12.76%
B=48.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112371410.210.7400.45283.2758.4334.9
Hex70258D154A02D11b3a23
Octal16045215251120554337243
Binary1110000100101100011011010110010100101101100011011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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