#691085

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

Shades of Purple #691085

Tints of Purple #691085

Color information

#691085 (or 0x691085) is unknown color: approx Purple. HEX triplet: 69, 10 and 85. RGB value is (105,16,133). Sum of RGB (Red+Green+Blue) = 105+16+133=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #691085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691085 is #96EF7A. Grayscale: #373737. Windows color (decimal): -9891707 or 8720489. OLE color: 8720489.

HSL color Cylindrical-coordinate representation of color #691085: hue angle of 285.64º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691085 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10516133-
CMYK0.210.8800.48
HSL285.64º78.52%29.22%-
HSV(B)285.64º87.97%52.16%-
XYZ10.245.0722.63-
YUV55.95171.49162.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 16 (6.64% from 255) = 6.30%
BLUE value IS 133 (52.34% from 255) = 52.36%
R=41.34%
G=6.30%
B=52.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105161330.210.8800.48285.6478.5229.22
Hex691085155803011e4f1d
Octal151202052513006043611735
Binary110100110000100001011010110110000110000100011110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691085; }

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

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

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

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

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

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

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

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