#69077C

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

Shades of Purple #69077C

Tints of Purple #69077C

Color information

#69077C (or 0x69077C) is unknown color: approx Purple. HEX triplet: 69, 07 and 7C. RGB value is (105,7,124). Sum of RGB (Red+Green+Blue) = 105+7+124=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #69077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69077C is #96F883. Grayscale: #313131. Windows color (decimal): -9894020 or 8128361. OLE color: 8128361.

HSL color Cylindrical-coordinate representation of color #69077C: hue angle of 290.26º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69077C is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1057124-
CMYK0.150.9400.51
HSL290.26º89.31%25.69%-
HSV(B)290.26º94.35%48.63%-
XYZ9.544.6119.46-
YUV49.64169.97167.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=44.49%
G=2.97%
B=52.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10571240.150.9400.51290.2689.3125.69
Hex6977CF5E033122591a
Octal15171741713606344213132
Binary11010011111111100111110111100110011100100010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69077C; }

 p { color: rgb(105,7,124); }

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

<style>
 a { background-color: #69077C; }

 a { background-color: rgb(105,7,124); }

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

<style>
 span { border-color: #69077C; }

 span { border-color: rgb(105,7,124); }

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