#69015C

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

Shades of Palatinate Purple #69015C

Tints of Palatinate Purple #69015C

Color information

#69015C (or 0x69015C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 01 and 5C. RGB value is (105,1,92). Sum of RGB (Red+Green+Blue) = 105+1+92=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69015C is #96FEA3. Grayscale: #2A2A2A. Windows color (decimal): -9895588 or 6029673. OLE color: 6029673.

HSL color Cylindrical-coordinate representation of color #69015C: hue angle of 307.5º 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 #69015C is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB105192-
CMYK00.990.120.59
HSL307.5º98.11%20.78%-
HSV(B)307.5º99.05%41.18%-
XYZ7.773.810.45-
YUV42.47155.96172.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.03%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=53.03%
G=0.51%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10519200.990.120.59307.598.1120.78
Hex6915C063C3B1346215
Octal15111340143147346414225
Binary110100111011100011000111100111011100110100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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