Html Css Color HEX #7B61AB Deluge

📋 copy color: '#7B61AB'

red 123 ◦ green 97 ◦ blue 171

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

Shades of Deluge #7B61AB

Tints of Deluge #7B61AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 31.46%
G = 24.81%
B = 43.73%

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

#7B61AB (or 0x7B61AB) is known color: Deluge. HEX triplet: 7B, 61 and AB. RGB value is (123,97,171). Sum of RGB (Red+Green+Blue) = 123+97+171=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B61AB is #849E54. Grayscale: #707070. Windows color (decimal): -8691285 or 11231611. OLE color: 11231611.

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

Color convert

RGB 123 97 171 -
CMYK 0.28 0.43 0 0.33
HSL 261.08º 0.31% 0.53% -
HSV(B) 261.08º 0.43% 0.67% -
XYZ 19.79 15.7 40.52 -
YUV 113.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 123 97 171 0.28 0.43 0 0.33 261.08 0.31 0.53
Hex 7B 61 AB 1C 2B 0 21 105 1F 35
Octal 173 141 253 34 53 0 41 405 37 65
Binary 1111011 1100001 10101011 11100 101011 0 100001 100000101 11111 110101

Color Harmonies of #7B61AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B61AB

Black with #7B61AB

Text Example


Text Example

White with #7B61AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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