#691072

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

Shades of Purple #691072

Tints of Purple #691072

Color information

#691072 (or 0x691072) is unknown color: approx Purple. HEX triplet: 69, 10 and 72. RGB value is (105,16,114). Sum of RGB (Red+Green+Blue) = 105+16+114=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #691072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691072 is #96EF8D. Grayscale: #353535. Windows color (decimal): -9891726 or 7475305. OLE color: 7475305.

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

Color convert

RGB10516114-
CMYK0.080.8600.55
HSL294.49º75.38%25.49%-
HSV(B)294.49º85.96%44.71%-
XYZ9.054.5916.33-
YUV53.78161.99164.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=44.68%
G=6.81%
B=48.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105161140.080.8600.55294.4975.3825.49
Hex6910728560371264b19
Octal151201621012606744611331
Binary1101001100001110010100010101100110111100100110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691072; }

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

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

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

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

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

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

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

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