#702469

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

Shades of Palatinate Purple #702469

Tints of Palatinate Purple #702469

Color information

#702469 (or 0x702469) is unknown color: approx Palatinate Purple. HEX triplet: 70, 24 and 69. RGB value is (112,36,105). Sum of RGB (Red+Green+Blue) = 112+36+105=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #702469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702469 is #8FDB96. Grayscale: #424242. Windows color (decimal): -9427863 or 6890608. OLE color: 6890608.

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

Color convert

RGB11236105-
CMYK00.680.060.56
HSL305.53º51.35%29.02%-
HSV(B)305.53º67.86%43.92%-
XYZ9.865.7313.95-
YUV66.59149.68160.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=44.27%
G=14.23%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123610500.680.060.56305.5351.3529.02
Hex702469044638132331d
Octal1604415101046704626335
Binary111000010010011010010100010011011100010011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702469; }

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

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

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

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

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

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

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

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