Html Css Color HEX #7A6FAB Deluge

📋 copy color: '#7A6FAB'

red 122 ◦ green 111 ◦ blue 171

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

Shades of Deluge #7A6FAB

Tints of Deluge #7A6FAB

RGB

 RED value IS 122 (48.05% from 255) = 30.2%

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

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

R = 30.2%
G = 27.48%
B = 42.33%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A6FAB (or 0x7A6FAB) is known color: Deluge. HEX triplet: 7A, 6F and AB. RGB value is (122,111,171). Sum of RGB (Red+Green+Blue) = 122+111+171=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A6FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6FAB is #859054. Grayscale: #787878. Windows color (decimal): -8753237 or 11235194. OLE color: 11235194.

HSL color Cylindrical-coordinate representation of color #7A6FAB: hue angle of 251º degrees, saturation: 0.26, 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 #7A6FAB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 111 171 -
CMYK 0.29 0.35 0 0.33
HSL 251º 0.26% 0.55% -
HSV(B) 251º 0.35% 0.67% -
XYZ 21.06 18.45 40.98 -
YUV 121.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 122 111 171 0.29 0.35 0 0.33 251 0.26 0.55
Hex 7A 6F AB 1D 23 0 21 FB 1A 37
Octal 172 157 253 35 43 0 41 373 32 67
Binary 1111010 1101111 10101011 11101 100011 0 100001 11111011 11010 110111

Color Harmonies of #7A6FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6FAB

Black with #7A6FAB

Text Example


Text Example

White with #7A6FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,111,171); }

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

background-color css

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

 a { background-color: rgb(122,111,171); }

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

border-color css

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

 span { border-color: rgb(122,111,171); }

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