#69026E

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

Shades of Purple #69026E

Tints of Purple #69026E

Color information

#69026E (or 0x69026E) is unknown color: approx Purple. HEX triplet: 69, 02 and 6E. RGB value is (105,2,110). Sum of RGB (Red+Green+Blue) = 105+2+110=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #69026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69026E is #96FD91. Grayscale: #2C2C2C. Windows color (decimal): -9895314 or 7209577. OLE color: 7209577.

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

Color convert

RGB1052110-
CMYK0.050.9800.57
HSL297.22º96.43%21.96%-
HSV(B)297.22º98.18%43.14%-
XYZ8.664.1715.1-
YUV45.11164.62170.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=48.39%
G=0.92%
B=50.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10521100.050.9800.57297.2296.4321.96
Hex6926E5620391296016
Octal1512156514207145114026
Binary110100110110111010111000100111001100101001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69026E; }

 p { color: rgb(105,2,110); }

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

<style>
 a { background-color: #69026E; }

 a { background-color: rgb(105,2,110); }

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

<style>
 span { border-color: #69026E; }

 span { border-color: rgb(105,2,110); }

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