Html Css Color HEX #7B61AD Deluge

📋 copy color: '#7B61AD'

red 123 ◦ green 97 ◦ blue 173

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

Shades of Deluge #7B61AD

Tints of Deluge #7B61AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 31.3%
G = 24.68%
B = 44.02%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B61AD (or 0x7B61AD) is known color: Deluge. HEX triplet: 7B, 61 and AD. RGB value is (123,97,173). Sum of RGB (Red+Green+Blue) = 123+97+173=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B61AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B61AD is #849E52. Grayscale: #717171. Windows color (decimal): -8691283 or 11362683. OLE color: 11362683.

HSL color Cylindrical-coordinate representation of color #7B61AD: hue angle of 260.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B61AD is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 97 173 -
CMYK 0.29 0.44 0 0.32
HSL 260.53º 0.32% 0.53% -
HSV(B) 260.53º 0.44% 0.68% -
XYZ 19.99 15.78 41.53 -
YUV 113.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 123 97 173 0.29 0.44 0 0.32 260.53 0.32 0.53
Hex 7B 61 AD 1D 2C 0 20 105 20 35
Octal 173 141 255 35 54 0 40 405 40 65
Binary 1111011 1100001 10101101 11101 101100 0 100000 100000101 100000 110101

Color Harmonies of #7B61AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B61AD

Black with #7B61AD

Text Example


Text Example

White with #7B61AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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