Html Css Color HEX #7B61AA Deluge

📋 copy color: '#7B61AA'

red 123 ◦ green 97 ◦ blue 170

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

Shades of Deluge #7B61AA

Tints of Deluge #7B61AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 31.54%
G = 24.87%
B = 43.59%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B61AA (or 0x7B61AA) is known color: Deluge. HEX triplet: 7B, 61 and AA. RGB value is (123,97,170). Sum of RGB (Red+Green+Blue) = 123+97+170=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B61AA is #849E55. Grayscale: #707070. Windows color (decimal): -8691286 or 11166075. OLE color: 11166075.

HSL color Cylindrical-coordinate representation of color #7B61AA: hue angle of 261.37º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B61AA is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 97 170 -
CMYK 0.28 0.43 0 0.33
HSL 261.37º 0.3% 0.52% -
HSV(B) 261.37º 0.43% 0.67% -
XYZ 19.7 15.66 40.02 -
YUV 113.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 123 97 170 0.28 0.43 0 0.33 261.37 0.3 0.52
Hex 7B 61 AA 1C 2B 0 21 105 1E 34
Octal 173 141 252 34 53 0 41 405 36 64
Binary 1111011 1100001 10101010 11100 101011 0 100001 100000101 11110 110100

Color Harmonies of #7B61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B61AA

Black with #7B61AA

Text Example


Text Example

White with #7B61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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