#700262

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

Shades of Purple #700262

Tints of Purple #700262

Color information

#700262 (or 0x700262) is unknown color: approx Purple. HEX triplet: 70, 02 and 62. RGB value is (112,2,98). Sum of RGB (Red+Green+Blue) = 112+2+98=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #700262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700262 is #8FFD9D. Grayscale: #2D2D2D. Windows color (decimal): -9436574 or 6423152. OLE color: 6423152.

HSL color Cylindrical-coordinate representation of color #700262: hue angle of 307.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700262 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB112298-
CMYK00.980.130.56
HSL307.64º96.49%22.35%-
HSV(B)307.64º98.21%43.92%-
XYZ8.914.3711.93-
YUV45.83157.44175.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=52.83%
G=0.94%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11229800.980.130.56307.6496.4922.35
Hex70262062D381346016
Octal16021420142157046414026
Binary1110000101100010011000101101111000100110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700262; }

 p { color: rgb(112,2,98); }

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

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

 a { background-color: rgb(112,2,98); }

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

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

 span { border-color: rgb(112,2,98); }

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