#702663

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

Shades of Palatinate Purple #702663

Tints of Palatinate Purple #702663

Color information

#702663 (or 0x702663) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 63. RGB value is (112,38,99). Sum of RGB (Red+Green+Blue) = 112+38+99=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702663 is #8FD99C. Grayscale: #424242. Windows color (decimal): -9427357 or 6497904. OLE color: 6497904.

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

Color convert

RGB1123899-
CMYK00.660.120.56
HSL310.54º49.33%29.41%-
HSV(B)310.54º66.07%43.92%-
XYZ9.635.7312.4-
YUV67.08146.02160.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=44.98%
G=15.26%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112389900.660.120.56310.5449.3329.41
Hex702663042C38137311d
Octal16046143010214704676135
Binary1110000100110110001101000010110011100010011011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702663; }

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

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

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

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

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

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

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

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