#69035B

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

Shades of Palatinate Purple #69035B

Tints of Palatinate Purple #69035B

Color information

#69035B (or 0x69035B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 03 and 5B. RGB value is (105,3,91). Sum of RGB (Red+Green+Blue) = 105+3+91=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69035B is #96FCA4. Grayscale: #2B2B2B. Windows color (decimal): -9895077 or 5964649. OLE color: 5964649.

HSL color Cylindrical-coordinate representation of color #69035B: hue angle of 308.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69035B is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB105391-
CMYK00.970.130.59
HSL308.24º94.44%21.18%-
HSV(B)308.24º97.14%41.18%-
XYZ7.753.8210.23-
YUV43.53154.79171.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.76%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=52.76%
G=1.51%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10539100.970.130.59308.2494.4421.18
Hex6935B061D3B1345e15
Octal15131330141157346413625
Binary1101001111011011011000011101111011100110100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69035B; }

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

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

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

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

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

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

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

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