#702666

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

Shades of Palatinate Purple #702666

Tints of Palatinate Purple #702666

Color information

#702666 (or 0x702666) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 66. RGB value is (112,38,102). Sum of RGB (Red+Green+Blue) = 112+38+102=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #702666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702666 is #8FD999. Grayscale: #434343. Windows color (decimal): -9427354 or 6694512. OLE color: 6694512.

HSL color Cylindrical-coordinate representation of color #702666: hue angle of 308.11º 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 #702666 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11238102-
CMYK00.660.090.56
HSL308.11º49.33%29.41%-
HSV(B)308.11º66.07%43.92%-
XYZ9.775.7913.17-
YUV67.42147.52159.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=44.44%
G=15.08%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123810200.660.090.56308.1149.3329.41
Hex702666042938134311d
Octal16046146010211704646135
Binary1110000100110110011001000010100111100010011010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702666; }

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

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

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

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

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

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

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

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