#702285

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

Shades of Vivid Violet #702285

Tints of Vivid Violet #702285

Color information

#702285 (or 0x702285) is unknown color: approx Vivid Violet. HEX triplet: 70, 22 and 85. RGB value is (112,34,133). Sum of RGB (Red+Green+Blue) = 112+34+133=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #702285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702285 is #8FDD7A. Grayscale: #444444. Windows color (decimal): -9428347 or 8725104. OLE color: 8725104.

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

Color convert

RGB11234133-
CMYK0.160.7400.48
HSL287.27º59.28%32.75%-
HSV(B)287.27º74.44%52.16%-
XYZ11.496.2822.8-
YUV68.61164.34158.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 34 (13.67% from 255) = 12.19%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=40.14%
G=12.19%
B=47.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112341330.160.7400.48287.2759.2832.75
Hex702285104A03011f3b21
Octal16042205201120604377341
Binary1110000100010100001011000010010100110000100011111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702285; }

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

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

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

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

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

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

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

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