#700367

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

Shades of Purple #700367

Tints of Purple #700367

Color information

#700367 (or 0x700367) is unknown color: approx Purple. HEX triplet: 70, 03 and 67. RGB value is (112,3,103). Sum of RGB (Red+Green+Blue) = 112+3+103=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700367 is #8FFC98. Grayscale: #2E2E2E. Windows color (decimal): -9436313 or 6751088. OLE color: 6751088.

HSL color Cylindrical-coordinate representation of color #700367: hue angle of 304.95º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700367 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB1123103-
CMYK00.970.080.56
HSL304.95º94.78%22.55%-
HSV(B)304.95º97.32%43.92%-
XYZ9.164.4913.22-
YUV46.99159.61174.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 3 (1.56% from 255) = 1.38%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=51.38%
G=1.38%
B=47.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112310300.970.080.56304.9594.7822.55
Hex703670618381315f17
Octal16031470141107046113727
Binary1110000111100111011000011000111000100110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700367; }

 p { color: rgb(112,3,103); }

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

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

 a { background-color: rgb(112,3,103); }

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

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

 span { border-color: rgb(112,3,103); }

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