#69048A

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

Shades of Purple #69048A

Tints of Purple #69048A

Color information

#69048A (or 0x69048A) is unknown color: approx Purple. HEX triplet: 69, 04 and 8A. RGB value is (105,4,138). Sum of RGB (Red+Green+Blue) = 105+4+138=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #69048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69048A is #96FB75. Grayscale: #313131. Windows color (decimal): -9894774 or 9045097. OLE color: 9045097.

HSL color Cylindrical-coordinate representation of color #69048A: hue angle of 285.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69048A is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1054138-
CMYK0.240.9700.46
HSL285.22º94.37%27.84%-
HSV(B)285.22º97.1%54.12%-
XYZ10.464.9324.44-
YUV49.48177.96167.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 138 (54.30% from 255) = 55.87%
R=42.51%
G=1.62%
B=55.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10541380.240.9700.46285.2294.3727.84
Hex6948A186102E11d5e1c
Octal15142123014105643513634
Binary1101001100100010101100011000010101110100011101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69048A; }

 p { color: rgb(105,4,138); }

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

<style>
 a { background-color: #69048A; }

 a { background-color: rgb(105,4,138); }

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

<style>
 span { border-color: #69048A; }

 span { border-color: rgb(105,4,138); }

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