#702668

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

Shades of Palatinate Purple #702668

Tints of Palatinate Purple #702668

Color information

#702668 (or 0x702668) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 68. RGB value is (112,38,104). Sum of RGB (Red+Green+Blue) = 112+38+104=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #702668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702668 is #8FD997. Grayscale: #434343. Windows color (decimal): -9427352 or 6825584. OLE color: 6825584.

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

Color convert

RGB11238104-
CMYK00.660.070.56
HSL306.49º49.33%29.41%-
HSV(B)306.49º66.07%43.92%-
XYZ9.875.8313.7-
YUV67.65148.52159.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=44.09%
G=14.96%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123810400.660.070.56306.4949.3329.41
Hex702668042738132311d
Octal1604615001027704626135
Binary111000010011011010000100001011111100010011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702668; }

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

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

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

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

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

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

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

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