#700c83

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

Shades of Purple #700C83

Tints of Purple #700C83

Color information

#700C83 (or 0x700C83) is unknown color: approx Purple. HEX triplet: 70, 0C and 83. RGB value is (112,12,131). Sum of RGB (Red+Green+Blue) = 112+12+131=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #700C83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700C83 is #8FF37C. Grayscale: #373737. Windows color (decimal): -9433981 or 8588400. OLE color: 8588400.

HSL color Cylindrical-coordinate representation of color #700C83: hue angle of 290.42º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700C83 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11212131-
CMYK0.150.9100.49
HSL290.42º83.22%28.04%-
HSV(B)290.42º90.84%51.37%-
XYZ10.915.3521.93-
YUV55.47170.63168.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 12 (5.08% from 255) = 4.71%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=43.92%
G=4.71%
B=51.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112121310.150.9100.49290.4283.2228.04
Hex70C83F5B031122531c
Octal160142031713306144212334
Binary1110000110010000011111110110110110001100100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700c83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700c83; }

 p { color: rgb(112,12,131); }

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

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

 a { background-color: rgb(112,12,131); }

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

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

 span { border-color: rgb(112,12,131); }

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