#702F85

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

Shades of Vivid Violet #702F85

Tints of Vivid Violet #702F85

Color information

#702F85 (or 0x702F85) is unknown color: approx Vivid Violet. HEX triplet: 70, 2F and 85. RGB value is (112,47,133). Sum of RGB (Red+Green+Blue) = 112+47+133=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #702F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F85 is #8FD07A. Grayscale: #4B4B4B. Windows color (decimal): -9425019 or 8728432. OLE color: 8728432.

HSL color Cylindrical-coordinate representation of color #702F85: hue angle of 285.35º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702F85 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11247133-
CMYK0.160.6500.48
HSL285.35º47.78%35.29%-
HSV(B)285.35º64.66%52.16%-
XYZ11.937.1722.95-
YUV76.24160.03153.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 47 (18.75% from 255) = 16.10%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=38.36%
G=16.10%
B=45.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112471330.160.6500.48285.3547.7835.29
Hex702F85104103011d3023
Octal16057205201010604356043
Binary1110000101111100001011000010000010110000100011101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702F85; }

 p { color: rgb(112,47,133); }

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

<style>
 a { background-color: #702F85; }

 a { background-color: rgb(112,47,133); }

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

<style>
 span { border-color: #702F85; }

 span { border-color: rgb(112,47,133); }

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