#69025b

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

Shades of Palatinate Purple #69025B

Tints of Palatinate Purple #69025B

Color information

#69025B (or 0x69025B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 02 and 5B. RGB value is (105,2,91). Sum of RGB (Red+Green+Blue) = 105+2+91=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69025B is #96FDA4. Grayscale: #2A2A2A. Windows color (decimal): -9895333 or 5964393. OLE color: 5964393.

HSL color Cylindrical-coordinate representation of color #69025B: hue angle of 308.16º 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 #69025B is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB105291-
CMYK00.980.130.59
HSL308.16º96.26%20.98%-
HSV(B)308.16º98.1%41.18%-
XYZ7.743.810.22-
YUV42.94155.12172.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.03%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=53.03%
G=1.01%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10529100.980.130.59308.1696.2620.98
Hex6925B062D3B1346015
Octal15121330142157346414025
Binary1101001101011011011000101101111011100110100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69025b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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