#702068

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

Shades of Palatinate Purple #702068

Tints of Palatinate Purple #702068

Color information

#702068 (or 0x702068) is unknown color: approx Palatinate Purple. HEX triplet: 70, 20 and 68. RGB value is (112,32,104). Sum of RGB (Red+Green+Blue) = 112+32+104=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #702068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702068 is #8FDF97. Grayscale: #3F3F3F. Windows color (decimal): -9428888 or 6824048. OLE color: 6824048.

HSL color Cylindrical-coordinate representation of color #702068: hue angle of 306º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702068 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11232104-
CMYK00.710.070.56
HSL306º55.56%28.24%-
HSV(B)306º71.43%43.92%-
XYZ9.75.4813.64-
YUV64.13150.5162.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=45.16%
G=12.90%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123210400.710.070.5630655.5628.24
Hex702068047738132381c
Octal1604015001077704627034
Binary111000010000011010000100011111111100010011001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702068; }

 p { color: rgb(112,32,104); }

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

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

 a { background-color: rgb(112,32,104); }

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

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

 span { border-color: rgb(112,32,104); }

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