#691281

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

Shades of Purple #691281

Tints of Purple #691281

Color information

#691281 (or 0x691281) is unknown color: approx Purple. HEX triplet: 69, 12 and 81. RGB value is (105,18,129). Sum of RGB (Red+Green+Blue) = 105+18+129=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #691281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691281 is #96ED7E. Grayscale: #383838. Windows color (decimal): -9891199 or 8458857. OLE color: 8458857.

HSL color Cylindrical-coordinate representation of color #691281: hue angle of 287.03º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691281 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10518129-
CMYK0.190.8600.49
HSL287.03º75.51%28.82%-
HSV(B)287.03º86.05%50.59%-
XYZ105.0221.21-
YUV56.67168.82162.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 129 (50.78% from 255) = 51.19%
R=41.67%
G=7.14%
B=51.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105181290.190.8600.49287.0375.5128.82
Hex691281135603111f4c1d
Octal151222012312606143711435
Binary110100110010100000011001110101100110001100011111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691281; }

 p { color: rgb(105,18,129); }

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

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

 a { background-color: rgb(105,18,129); }

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

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

 span { border-color: rgb(105,18,129); }

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