#69017E

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

Shades of Purple #69017E

Tints of Purple #69017E

Color information

#69017E (or 0x69017E) is unknown color: approx Purple. HEX triplet: 69, 01 and 7E. RGB value is (105,1,126). Sum of RGB (Red+Green+Blue) = 105+1+126=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #69017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69017E is #96FE81. Grayscale: #2D2D2D. Windows color (decimal): -9895554 or 8257897. OLE color: 8257897.

HSL color Cylindrical-coordinate representation of color #69017E: hue angle of 289.92º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69017E is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1051126-
CMYK0.170.9900.51
HSL289.92º98.43%24.9%-
HSV(B)289.92º99.21%49.41%-
XYZ9.64.5320.11-
YUV46.35172.96169.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 126 (49.61% from 255) = 54.31%
R=45.26%
G=0.43%
B=54.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10511260.170.9900.51289.9298.4324.9
Hex6917E11630331226219
Octal15111762114306344214231
Binary1101001111111101000111000110110011100100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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