#69195a

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

Shades of Palatinate Purple #69195A

Tints of Palatinate Purple #69195A

Color information

#69195A (or 0x69195A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 19 and 5A. RGB value is (105,25,90). Sum of RGB (Red+Green+Blue) = 105+25+90=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69195A is #96E6A5. Grayscale: #383838. Windows color (decimal): -9889446 or 5904745. OLE color: 5904745.

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

Color convert

RGB1052590-
CMYK00.760.140.59
HSL311.25º61.54%25.49%-
HSV(B)311.25º76.19%41.18%-
XYZ8.024.4410.11-
YUV56.33147162.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=47.73%
G=11.36%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105259000.760.140.59311.2561.5425.49
Hex69195A04CE3B1373e19
Octal15131132011416734677631
Binary110100111001101101001001100111011101110011011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69195a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69195a; }

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

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

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

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

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

<style>
 span { border-color: #69195a; }

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

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