#69135F

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

Shades of Palatinate Purple #69135F

Tints of Palatinate Purple #69135F

Color information

#69135F (or 0x69135F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 13 and 5F. RGB value is (105,19,95). Sum of RGB (Red+Green+Blue) = 105+19+95=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69135F is #96ECA0. Grayscale: #353535. Windows color (decimal): -9890977 or 6230889. OLE color: 6230889.

HSL color Cylindrical-coordinate representation of color #69135F: hue angle of 306.98º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69135F is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1051995-
CMYK00.820.100.59
HSL306.98º69.35%24.31%-
HSV(B)306.98º81.9%41.18%-
XYZ8.124.311.23-
YUV53.38151.49164.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=47.95%
G=8.68%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105199500.820.100.59306.9869.3524.31
Hex69135F052A3B1334518
Octal151231370122127346310530
Binary1101001100111011111010100101010111011100110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69135F; }

 p { color: rgb(105,19,95); }

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

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

 a { background-color: rgb(105,19,95); }

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

<style>
 span { border-color: #69135F; }

 span { border-color: rgb(105,19,95); }

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