#69015E

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

Shades of Palatinate Purple #69015E

Tints of Palatinate Purple #69015E

Color information

#69015E (or 0x69015E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 01 and 5E. RGB value is (105,1,94). Sum of RGB (Red+Green+Blue) = 105+1+94=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69015E is #96FEA1. Grayscale: #2A2A2A. Windows color (decimal): -9895586 or 6160745. OLE color: 6160745.

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

Color convert

RGB105194-
CMYK00.990.100.59
HSL306.35º98.11%20.78%-
HSV(B)306.35º99.05%41.18%-
XYZ7.863.8310.92-
YUV42.7156.96172.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 94 (37.11% from 255) = 47%
R=52.5%
G=0.5%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10519400.990.100.59306.3598.1120.78
Hex6915E063A3B1326215
Octal15111360143127346214225
Binary110100111011110011000111010111011100110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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