#69046A

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

Shades of Purple #69046A

Tints of Purple #69046A

Color information

#69046A (or 0x69046A) is unknown color: approx Purple. HEX triplet: 69, 04 and 6A. RGB value is (105,4,106). Sum of RGB (Red+Green+Blue) = 105+4+106=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #69046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69046A is #96FB95. Grayscale: #2D2D2D. Windows color (decimal): -9894806 or 6947945. OLE color: 6947945.

HSL color Cylindrical-coordinate representation of color #69046A: hue angle of 299.41º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69046A is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1054106-
CMYK0.010.9600.58
HSL299.41º92.73%21.57%-
HSV(B)299.41º96.23%41.57%-
XYZ8.474.1313.99-
YUV45.83161.96170.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=48.84%
G=1.86%
B=49.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10541060.010.9600.58299.4192.7321.57
Hex6946A16003A12b5d16
Octal1514152114007245313526
Binary11010011001101010111000000111010100101011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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