Html Css Color HEX #7A75AA Deluge

📋 copy color: '#7A75AA'

red 122 ◦ green 117 ◦ blue 170

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

Shades of Deluge #7A75AA

Tints of Deluge #7A75AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 29.83%
G = 28.61%
B = 41.56%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A75AA (or 0x7A75AA) is known color: Deluge. HEX triplet: 7A, 75 and AA. RGB value is (122,117,170). Sum of RGB (Red+Green+Blue) = 122+117+170=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A75AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A75AA is #858A55. Grayscale: #7C7C7C. Windows color (decimal): -8751702 or 11171194. OLE color: 11171194.

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

Color convert

RGB 122 117 170 -
CMYK 0.28 0.31 0 0.33
HSL 245.66º 0.24% 0.56% -
HSV(B) 245.66º 0.31% 0.67% -
XYZ 21.64 19.76 40.7 -
YUV 124.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 122 117 170 0.28 0.31 0 0.33 245.66 0.24 0.56
Hex 7A 75 AA 1C 1F 0 21 F6 18 38
Octal 172 165 252 34 37 0 41 366 30 70
Binary 1111010 1110101 10101010 11100 11111 0 100001 11110110 11000 111000

Color Harmonies of #7A75AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A75AA

Black with #7A75AA

Text Example


Text Example

White with #7A75AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,117,170); }

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

background-color css

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

 a { background-color: rgb(122,117,170); }

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

border-color css

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

 span { border-color: rgb(122,117,170); }

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