Html Css Color HEX #7A65AB Deluge

📋 copy color: '#7A65AB'

red 122 ◦ green 101 ◦ blue 171

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

Shades of Deluge #7A65AB

Tints of Deluge #7A65AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.63%

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

R = 30.96%
G = 25.63%
B = 43.4%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A65AB (or 0x7A65AB) is known color: Deluge. HEX triplet: 7A, 65 and AB. RGB value is (122,101,171). Sum of RGB (Red+Green+Blue) = 122+101+171=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A65AB is #859A54. Grayscale: #737373. Windows color (decimal): -8755797 or 11232634. OLE color: 11232634.

HSL color Cylindrical-coordinate representation of color #7A65AB: hue angle of 258º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A65AB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 101 171 -
CMYK 0.29 0.41 0 0.33
HSL 258º 0.29% 0.53% -
HSV(B) 258º 0.41% 0.67% -
XYZ 20.03 16.39 40.64 -
YUV 115.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 122 101 171 0.29 0.41 0 0.33 258 0.29 0.53
Hex 7A 65 AB 1D 29 0 21 102 1D 35
Octal 172 145 253 35 51 0 41 402 35 65
Binary 1111010 1100101 10101011 11101 101001 0 100001 100000010 11101 110101

Color Harmonies of #7A65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A65AB

Black with #7A65AB

Text Example


Text Example

White with #7A65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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