Html Css Color HEX #7B6BAD Deluge

📋 copy color: '#7B6BAD'

red 123 ◦ green 107 ◦ blue 173

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

Shades of Deluge #7B6BAD

Tints of Deluge #7B6BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

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

R = 30.52%
G = 26.55%
B = 42.93%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B6BAD (or 0x7B6BAD) is known color: Deluge. HEX triplet: 7B, 6B and AD. RGB value is (123,107,173). Sum of RGB (Red+Green+Blue) = 123+107+173=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6BAD is #849452. Grayscale: #777777. Windows color (decimal): -8688723 or 11365243. OLE color: 11365243.

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

Color convert

RGB 123 107 173 -
CMYK 0.29 0.38 0 0.32
HSL 254.55º 0.29% 0.55% -
HSV(B) 254.55º 0.38% 0.68% -
XYZ 20.97 17.74 41.85 -
YUV 119.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 123 107 173 0.29 0.38 0 0.32 254.55 0.29 0.55
Hex 7B 6B AD 1D 26 0 20 FF 1D 37
Octal 173 153 255 35 46 0 40 377 35 67
Binary 1111011 1101011 10101101 11101 100110 0 100000 11111111 11101 110111

Color Harmonies of #7B6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6BAD

Black with #7B6BAD

Text Example


Text Example

White with #7B6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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