Html Css Color HEX #7B6199 Deluge

📋 copy color: '#7B6199'

red 123 ◦ green 97 ◦ blue 153

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

Shades of Deluge #7B6199

Tints of Deluge #7B6199

RGB

 RED value IS 123 (48.44% from 255) = 32.98%

 GREEN value IS 97 (38.28% from 255) = 26.01%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 32.98%
G = 26.01%
B = 41.02%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B6199 (or 0x7B6199) is known color: Deluge. HEX triplet: 7B, 61 and 99. RGB value is (123,97,153). Sum of RGB (Red+Green+Blue) = 123+97+153=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B6199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6199 is #849E66. Grayscale: #6E6E6E. Windows color (decimal): -8691303 or 10051963. OLE color: 10051963.

HSL color Cylindrical-coordinate representation of color #7B6199: hue angle of 267.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B6199 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 97 153 -
CMYK 0.20 0.37 0 0.4
HSL 267.86º 0.22% 0.49% -
HSV(B) 267.86º 0.37% 0.6% -
XYZ 18.19 15.06 32.09 -
YUV 111.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 123 97 153 0.20 0.37 0 0.4 267.86 0.22 0.49
Hex 7B 61 99 14 25 0 28 10C 16 31
Octal 173 141 231 24 45 0 50 414 26 61
Binary 1111011 1100001 10011001 10100 100101 0 101000 100001100 10110 110001

Color Harmonies of #7B6199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6199

Black with #7B6199

Text Example


Text Example

White with #7B6199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B6199; }

 p { color: rgb(123,97,153); }

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

background-color css

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

 a { background-color: rgb(123,97,153); }

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

border-color css

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

 span { border-color: rgb(123,97,153); }

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