Html Css Color HEX #7B6AAF Deluge

📋 copy color: '#7B6AAF'

red 123 ◦ green 106 ◦ blue 175

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

Shades of Deluge #7B6AAF

Tints of Deluge #7B6AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.24%

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 30.45%
G = 26.24%
B = 43.32%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B6AAF (or 0x7B6AAF) is known color: Deluge. HEX triplet: 7B, 6A and AF. RGB value is (123,106,175). Sum of RGB (Red+Green+Blue) = 123+106+175=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6AAF is #849550. Grayscale: #767676. Windows color (decimal): -8688977 or 11496059. OLE color: 11496059.

HSL color Cylindrical-coordinate representation of color #7B6AAF: hue angle of 254.78º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B6AAF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 106 175 -
CMYK 0.30 0.39 0 0.31
HSL 254.78º 0.3% 0.55% -
HSV(B) 254.78º 0.39% 0.69% -
XYZ 21.06 17.61 42.85 -
YUV 118.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 123 106 175 0.30 0.39 0 0.31 254.78 0.3 0.55
Hex 7B 6A AF 1E 27 0 1F FF 1E 37
Octal 173 152 257 36 47 0 37 377 36 67
Binary 1111011 1101010 10101111 11110 100111 0 11111 11111111 11110 110111

Color Harmonies of #7B6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6AAF

Black with #7B6AAF

Text Example


Text Example

White with #7B6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,106,175); }

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

background-color css

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

 a { background-color: rgb(123,106,175); }

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

border-color css

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

 span { border-color: rgb(123,106,175); }

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