#702069

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

Shades of Palatinate Purple #702069

Tints of Palatinate Purple #702069

Color information

#702069 (or 0x702069) is unknown color: approx Palatinate Purple. HEX triplet: 70, 20 and 69. RGB value is (112,32,105). Sum of RGB (Red+Green+Blue) = 112+32+105=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #702069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702069 is #8FDF96. Grayscale: #404040. Windows color (decimal): -9428887 or 6889584. OLE color: 6889584.

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

Color convert

RGB11232105-
CMYK00.710.060.56
HSL305.25º55.56%28.24%-
HSV(B)305.25º71.43%43.92%-
XYZ9.755.513.91-
YUV64.24151162.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=44.98%
G=12.85%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123210500.710.060.56305.2555.5628.24
Hex702069047638131381c
Octal1604015101076704617034
Binary111000010000011010010100011111011100010011000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702069; }

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

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

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

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

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

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

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

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