#69036F

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

Shades of Purple #69036F

Tints of Purple #69036F

Color information

#69036F (or 0x69036F) is unknown color: approx Purple. HEX triplet: 69, 03 and 6F. RGB value is (105,3,111). Sum of RGB (Red+Green+Blue) = 105+3+111=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #69036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69036F is #96FC90. Grayscale: #2D2D2D. Windows color (decimal): -9895057 or 7275369. OLE color: 7275369.

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

Color convert

RGB1053111-
CMYK0.050.9700.56
HSL296.67º94.74%22.35%-
HSV(B)296.67º97.3%43.53%-
XYZ8.734.2215.39-
YUV45.81164.79170.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 3 (1.56% from 255) = 1.37%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=47.95%
G=1.37%
B=50.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10531110.050.9700.56296.6794.7422.35
Hex6936F5610381295f16
Octal1513157514107045113726
Binary110100111110111110111000010111000100101001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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