#69145E

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

Shades of Palatinate Purple #69145E

Tints of Palatinate Purple #69145E

Color information

#69145E (or 0x69145E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 14 and 5E. RGB value is (105,20,94). Sum of RGB (Red+Green+Blue) = 105+20+94=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69145E is #96EBA1. Grayscale: #353535. Windows color (decimal): -9890722 or 6165609. OLE color: 6165609.

HSL color Cylindrical-coordinate representation of color #69145E: hue angle of 307.76º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #69145E is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1052094-
CMYK00.810.100.59
HSL307.76º68%24.51%-
HSV(B)307.76º80.95%41.18%-
XYZ8.14.3111-
YUV53.85150.66164.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=47.95%
G=9.13%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105209400.810.100.59307.766824.51
Hex69145E051A3B1344419
Octal151241360121127346410431
Binary1101001101001011110010100011010111011100110100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69145E; }

 p { color: rgb(105,20,94); }

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

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

 a { background-color: rgb(105,20,94); }

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

<style>
 span { border-color: #69145E; }

 span { border-color: rgb(105,20,94); }

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