#702269

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

Shades of Palatinate Purple #702269

Tints of Palatinate Purple #702269

Color information

#702269 (or 0x702269) is unknown color: approx Palatinate Purple. HEX triplet: 70, 22 and 69. RGB value is (112,34,105). Sum of RGB (Red+Green+Blue) = 112+34+105=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #702269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702269 is #8FDD96. Grayscale: #414141. Windows color (decimal): -9428375 or 6890096. OLE color: 6890096.

HSL color Cylindrical-coordinate representation of color #702269: hue angle of 305.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702269 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11234105-
CMYK00.700.060.56
HSL305.38º53.42%28.63%-
HSV(B)305.38º69.64%43.92%-
XYZ9.85.6113.93-
YUV65.42150.34161.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=44.62%
G=13.55%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123410500.700.060.56305.3853.4228.63
Hex702269046638131351d
Octal1604215101066704616535
Binary111000010001011010010100011011011100010011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702269; }

 p { color: rgb(112,34,105); }

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

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

 a { background-color: rgb(112,34,105); }

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

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

 span { border-color: rgb(112,34,105); }

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