#69015F

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

Shades of Palatinate Purple #69015F

Tints of Palatinate Purple #69015F

Color information

#69015F (or 0x69015F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 01 and 5F. RGB value is (105,1,95). Sum of RGB (Red+Green+Blue) = 105+1+95=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69015F is #96FEA0. Grayscale: #2A2A2A. Windows color (decimal): -9895585 or 6226281. OLE color: 6226281.

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

Color convert

RGB105195-
CMYK00.990.100.59
HSL305.77º98.11%20.78%-
HSV(B)305.77º99.05%41.18%-
XYZ7.93.8511.15-
YUV42.81157.46172.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=52.24%
G=0.50%
B=47.26%

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
Decimal10519500.990.100.59305.7798.1120.78
Hex6915F063A3B1326215
Octal15111370143127346214225
Binary110100111011111011000111010111011100110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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