#69165A

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

Shades of Palatinate Purple #69165A

Tints of Palatinate Purple #69165A

Color information

#69165A (or 0x69165A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 16 and 5A. RGB value is (105,22,90). Sum of RGB (Red+Green+Blue) = 105+22+90=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #69165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69165A is #96E9A5. Grayscale: #363636. Windows color (decimal): -9890214 or 5903977. OLE color: 5903977.

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

Color convert

RGB1052290-
CMYK00.790.140.59
HSL310.84º65.35%24.9%-
HSV(B)310.84º79.05%41.18%-
XYZ7.964.3210.09-
YUV54.57148163.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=48.39%
G=10.14%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105229000.790.140.59310.8465.3524.9
Hex69165A04FE3B1374119
Octal151261320117167346710131
Binary1101001101101011010010011111110111011100110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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