#69046D

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

Shades of Purple #69046D

Tints of Purple #69046D

Color information

#69046D (or 0x69046D) is unknown color: approx Purple. HEX triplet: 69, 04 and 6D. RGB value is (105,4,109). Sum of RGB (Red+Green+Blue) = 105+4+109=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #69046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69046D is #96FB92. Grayscale: #2D2D2D. Windows color (decimal): -9894803 or 7144553. OLE color: 7144553.

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

Color convert

RGB1054109-
CMYK0.040.9600.57
HSL297.71º92.92%22.16%-
HSV(B)297.71º96.33%42.75%-
XYZ8.634.1914.82-
YUV46.17163.46169.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 109 (42.97% from 255) = 50%
R=48.17%
G=1.83%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10541090.040.9600.57297.7192.9222.16
Hex6946D46003912a5d16
Octal1514155414007145213526
Binary1101001100110110110011000000111001100101010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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