#69025D

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

Shades of Palatinate Purple #69025D

Tints of Palatinate Purple #69025D

Color information

#69025D (or 0x69025D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 02 and 5D. RGB value is (105,2,93). Sum of RGB (Red+Green+Blue) = 105+2+93=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69025D is #96FDA2. Grayscale: #2A2A2A. Windows color (decimal): -9895331 or 6095465. OLE color: 6095465.

HSL color Cylindrical-coordinate representation of color #69025D: hue angle of 306.99º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69025D is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB105293-
CMYK00.980.110.59
HSL306.99º96.26%20.98%-
HSV(B)306.99º98.1%41.18%-
XYZ7.823.8410.68-
YUV43.17156.12172.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=52.5%
G=1%
B=46.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10529300.980.110.59306.9996.2620.98
Hex6925D062B3B1336015
Octal15121350142137346314025
Binary1101001101011101011000101011111011100110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69025D; }

 p { color: rgb(105,2,93); }

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

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

 a { background-color: rgb(105,2,93); }

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

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

 span { border-color: rgb(105,2,93); }

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