#691D95

Color #691D95 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #691D95

Tints of Vivid Violet #691D95

Color information

#691D95 (or 0x691D95) is unknown color: approx Vivid Violet. HEX triplet: 69, 1D and 95. RGB value is (105,29,149). Sum of RGB (Red+Green+Blue) = 105+29+149=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #691D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691D95 is #96E26A. Grayscale: #414141. Windows color (decimal): -9888363 or 9772393. OLE color: 9772393.

HSL color Cylindrical-coordinate representation of color #691D95: hue angle of 278º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691D95 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10529149-
CMYK0.300.8100.42
HSL278º67.42%34.9%-
HSV(B)278º80.54%58.43%-
XYZ11.696.0528.99-
YUV65.4175.18156.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 29 (11.72% from 255) = 10.25%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=37.10%
G=10.25%
B=52.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105291490.300.8100.4227867.4234.9
Hex691D951E5102A1164323
Octal151352253612105242610343
Binary1101001111011001010111110101000101010101000101101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691D95; }

 p { color: rgb(105,29,149); }

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

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

 a { background-color: rgb(105,29,149); }

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

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

 span { border-color: rgb(105,29,149); }

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