#702766

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

Shades of Palatinate Purple #702766

Tints of Palatinate Purple #702766

Color information

#702766 (or 0x702766) is unknown color: approx Palatinate Purple. HEX triplet: 70, 27 and 66. RGB value is (112,39,102). Sum of RGB (Red+Green+Blue) = 112+39+102=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #702766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702766 is #8FD899. Grayscale: #434343. Windows color (decimal): -9427098 or 6694768. OLE color: 6694768.

HSL color Cylindrical-coordinate representation of color #702766: hue angle of 308.22º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702766 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11239102-
CMYK00.650.090.56
HSL308.22º48.34%29.61%-
HSV(B)308.22º65.18%43.92%-
XYZ9.815.8613.18-
YUV68.01147.18159.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=44.27%
G=15.42%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123910200.650.090.56308.2248.3429.61
Hex702766041938134301e
Octal16047146010111704646036
Binary1110000100111110011001000001100111100010011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702766; }

 p { color: rgb(112,39,102); }

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

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

 a { background-color: rgb(112,39,102); }

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

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

 span { border-color: rgb(112,39,102); }

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