Html Css Color HEX #691996 Vivid Violet

📋 copy color: '#691996'

red 105 ◦ green 25 ◦ blue 150

#691996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #691996

Tints of Vivid Violet #691996

RGB

 RED value IS 105 (41.41% from 255) = 37.5%

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 37.5%
G = 8.93%
B = 53.57%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#691996 (or 0x691996) is known color: Vivid Violet. HEX triplet: 69, 19 and 96. RGB value is (105,25,150). Sum of RGB (Red+Green+Blue) = 105+25+150=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #691996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691996 is #96E669. Grayscale: #3E3E3E. Windows color (decimal): -9889386 or 9836905. OLE color: 9836905.

HSL color Cylindrical-coordinate representation of color #691996: hue angle of 278.4º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691996 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 25 150 -
CMYK 0.30 0.83 0 0.41
HSL 278.4º 0.71% 0.34% -
HSV(B) 278.4º 0.83% 0.59% -
XYZ 11.68 5.9 29.38 -
YUV 63.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 105 25 150 0.30 0.83 0 0.41 278.4 0.71 0.34
Hex 69 19 96 1E 53 0 29 116 47 22
Octal 151 31 226 36 123 0 51 426 107 42
Binary 1101001 11001 10010110 11110 1010011 0 101001 100010110 1000111 100010

Color Harmonies of #691996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691996

Black with #691996

Text Example


Text Example

White with #691996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691996; }

 p { color: rgb(105,25,150); }

 H1.HeaderClassName
 {
   color: #691996;
 }
 .AnyTagClassName
 {
   color: #691996;
 }
</style>

background-color css

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

 a { background-color: rgb(105,25,150); }

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

border-color css

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

 span { border-color: rgb(105,25,150); }

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