Html Css Color HEX #7A75AC Deluge

📋 copy color: '#7A75AC'

red 122 ◦ green 117 ◦ blue 172

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

Shades of Deluge #7A75AC

Tints of Deluge #7A75AC

RGB

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

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

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

R = 29.68%
G = 28.47%
B = 41.85%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A75AC (or 0x7A75AC) is known color: Deluge. HEX triplet: 7A, 75 and AC. RGB value is (122,117,172). Sum of RGB (Red+Green+Blue) = 122+117+172=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A75AC is #858A53. Grayscale: #7C7C7C. Windows color (decimal): -8751700 or 11302266. OLE color: 11302266.

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

Color convert

RGB 122 117 172 -
CMYK 0.29 0.32 0 0.33
HSL 245.45º 0.25% 0.57% -
HSV(B) 245.45º 0.32% 0.67% -
XYZ 21.83 19.84 41.71 -
YUV 124.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 122 117 172 0.29 0.32 0 0.33 245.45 0.25 0.57
Hex 7A 75 AC 1D 20 0 21 F5 19 39
Octal 172 165 254 35 40 0 41 365 31 71
Binary 1111010 1110101 10101100 11101 100000 0 100001 11110101 11001 111001

Color Harmonies of #7A75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A75AC

Black with #7A75AC

Text Example


Text Example

White with #7A75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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