#69086F

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

Shades of Purple #69086F

Tints of Purple #69086F

Color information

#69086F (or 0x69086F) is unknown color: approx Purple. HEX triplet: 69, 08 and 6F. RGB value is (105,8,111). Sum of RGB (Red+Green+Blue) = 105+8+111=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #69086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69086F is #96F790. Grayscale: #303030. Windows color (decimal): -9893777 or 7276649. OLE color: 7276649.

HSL color Cylindrical-coordinate representation of color #69086F: hue angle of 296.5º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69086F is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1058111-
CMYK0.050.9300.56
HSL296.5º86.55%23.33%-
HSV(B)296.5º92.79%43.53%-
XYZ8.784.3215.41-
YUV48.74163.14168.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 111 (43.75% from 255) = 49.55%
R=46.88%
G=3.57%
B=49.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10581110.050.9300.56296.586.5523.33
Hex6986F55D0381295717
Octal15110157513507045112727
Binary11010011000110111110110111010111000100101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,8,111); }

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

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

 a { background-color: rgb(105,8,111); }

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

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

 span { border-color: rgb(105,8,111); }

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