Html Css Color HEX #7B6FAC Deluge

📋 copy color: '#7B6FAC'

red 123 ◦ green 111 ◦ blue 172

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

Shades of Deluge #7B6FAC

Tints of Deluge #7B6FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 30.3%
G = 27.34%
B = 42.36%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B6FAC (or 0x7B6FAC) is known color: Deluge. HEX triplet: 7B, 6F and AC. RGB value is (123,111,172). Sum of RGB (Red+Green+Blue) = 123+111+172=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6FAC is #849053. Grayscale: #797979. Windows color (decimal): -8687700 or 11300731. OLE color: 11300731.

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

Color convert

RGB 123 111 172 -
CMYK 0.28 0.35 0 0.33
HSL 251.8º 0.27% 0.55% -
HSV(B) 251.8º 0.35% 0.67% -
XYZ 21.3 18.56 41.49 -
YUV 121.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 123 111 172 0.28 0.35 0 0.33 251.8 0.27 0.55
Hex 7B 6F AC 1C 23 0 21 FC 1B 37
Octal 173 157 254 34 43 0 41 374 33 67
Binary 1111011 1101111 10101100 11100 100011 0 100001 11111100 11011 110111

Color Harmonies of #7B6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6FAC

Black with #7B6FAC

Text Example


Text Example

White with #7B6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,111,172); }

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

background-color css

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

 a { background-color: rgb(123,111,172); }

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

border-color css

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

 span { border-color: rgb(123,111,172); }

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