#702667

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

Shades of Palatinate Purple #702667

Tints of Palatinate Purple #702667

Color information

#702667 (or 0x702667) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 67. RGB value is (112,38,103). Sum of RGB (Red+Green+Blue) = 112+38+103=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #702667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702667 is #8FD998. Grayscale: #434343. Windows color (decimal): -9427353 or 6760048. OLE color: 6760048.

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

Color convert

RGB11238103-
CMYK00.660.080.56
HSL307.3º49.33%29.41%-
HSV(B)307.3º66.07%43.92%-
XYZ9.825.8113.44-
YUV67.54148.02159.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=44.27%
G=15.02%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123810300.660.080.56307.349.3329.41
Hex702667042838133311d
Octal16046147010210704636135
Binary1110000100110110011101000010100011100010011001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702667; }

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

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

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

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

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

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

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

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