#69016D

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

Shades of Purple #69016D

Tints of Purple #69016D

Color information

#69016D (or 0x69016D) is unknown color: approx Purple. HEX triplet: 69, 01 and 6D. RGB value is (105,1,109). Sum of RGB (Red+Green+Blue) = 105+1+109=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #69016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69016D is #96FE92. Grayscale: #2C2C2C. Windows color (decimal): -9895571 or 7143785. OLE color: 7143785.

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

Color convert

RGB1051109-
CMYK0.040.9900.57
HSL297.78º98.18%21.57%-
HSV(B)297.78º99.08%42.75%-
XYZ8.64.1314.81-
YUV44.41164.46171.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=48.84%
G=0.47%
B=50.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10511090.040.9900.57297.7898.1821.57
Hex6916D46303912a6216
Octal1511155414307145214226
Binary11010011110110110011000110111001100101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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