#69045A

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

Shades of Palatinate Purple #69045A

Tints of Palatinate Purple #69045A

Color information

#69045A (or 0x69045A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 04 and 5A. RGB value is (105,4,90). Sum of RGB (Red+Green+Blue) = 105+4+90=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69045A is #96FBA5. Grayscale: #2B2B2B. Windows color (decimal): -9894822 or 5899369. OLE color: 5899369.

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

Color convert

RGB105490-
CMYK00.960.140.59
HSL308.91º92.66%21.37%-
HSV(B)308.91º96.19%41.18%-
XYZ7.713.8310.01-
YUV44153.96171.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.76%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=52.76%
G=2.01%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10549000.960.140.59308.9192.6621.37
Hex6945A060E3B1355d15
Octal15141320140167346513525
Binary11010011001011010011000001110111011100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69045A; }

 p { color: rgb(105,4,90); }

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

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

 a { background-color: rgb(105,4,90); }

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

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

 span { border-color: rgb(105,4,90); }

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