#702665

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

Shades of Palatinate Purple #702665

Tints of Palatinate Purple #702665

Color information

#702665 (or 0x702665) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 65. RGB value is (112,38,101). Sum of RGB (Red+Green+Blue) = 112+38+101=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #702665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702665 is #8FD99A. Grayscale: #434343. Windows color (decimal): -9427355 or 6628976. OLE color: 6628976.

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

Color convert

RGB11238101-
CMYK00.660.100.56
HSL308.92º49.33%29.41%-
HSV(B)308.92º66.07%43.92%-
XYZ9.725.7712.91-
YUV67.31147.02159.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 101 (39.84% from 255) = 40.24%
R=44.62%
G=15.14%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123810100.660.100.56308.9249.3329.41
Hex702665042A38135311d
Octal16046145010212704656135
Binary1110000100110110010101000010101011100010011010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702665; }

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

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

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

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

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

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

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

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