#702C88

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

Shades of Vivid Violet #702C88

Tints of Vivid Violet #702C88

Color information

#702C88 (or 0x702C88) is unknown color: approx Vivid Violet. HEX triplet: 70, 2C and 88. RGB value is (112,44,136). Sum of RGB (Red+Green+Blue) = 112+44+136=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #702C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702C88 is #8FD377. Grayscale: #4A4A4A. Windows color (decimal): -9425784 or 8924272. OLE color: 8924272.

HSL color Cylindrical-coordinate representation of color #702C88: hue angle of 284.35º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702C88 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11244136-
CMYK0.180.6800.47
HSL284.35º51.11%35.29%-
HSV(B)284.35º67.65%53.33%-
XYZ12.037.0224.01-
YUV74.82162.53154.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 44 (17.58% from 255) = 15.07%
BLUE value IS 136 (53.52% from 255) = 46.58%
R=38.36%
G=15.07%
B=46.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112441360.180.6800.47284.3551.1135.29
Hex702C88124402F11c3323
Octal16054210221040574346343
Binary1110000101100100010001001010001000101111100011100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,44,136); }

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

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

 a { background-color: rgb(112,44,136); }

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

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

 span { border-color: rgb(112,44,136); }

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