#691070

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

Shades of Purple #691070

Tints of Purple #691070

Color information

#691070 (or 0x691070) is unknown color: approx Purple. HEX triplet: 69, 10 and 70. RGB value is (105,16,112). Sum of RGB (Red+Green+Blue) = 105+16+112=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #691070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691070 is #96EF8F. Grayscale: #353535. Windows color (decimal): -9891728 or 7344233. OLE color: 7344233.

HSL color Cylindrical-coordinate representation of color #691070: hue angle of 295.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691070 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10516112-
CMYK0.060.8600.56
HSL295.62º75%25.1%-
HSV(B)295.62º85.71%43.92%-
XYZ8.944.5415.74-
YUV53.56160.99164.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=45.06%
G=6.87%
B=48.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105161120.060.8600.56295.627525.1
Hex6910706560381284b19
Octal15120160612607045011331
Binary110100110000111000011010101100111000100101000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691070; }

 p { color: rgb(105,16,112); }

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

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

 a { background-color: rgb(105,16,112); }

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

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

 span { border-color: rgb(105,16,112); }

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