Html Css Color HEX #7C71AA Deluge

📋 copy color: '#7C71AA'

red 124 ◦ green 113 ◦ blue 170

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

Shades of Deluge #7C71AA

Tints of Deluge #7C71AA

RGB

 RED value IS 124 (48.83% from 255) = 30.47%

 GREEN value IS 113 (44.53% from 255) = 27.76%

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

R = 30.47%
G = 27.76%
B = 41.77%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C71AA (or 0x7C71AA) is known color: Deluge. HEX triplet: 7C, 71 and AA. RGB value is (124,113,170). Sum of RGB (Red+Green+Blue) = 124+113+170=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C71AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C71AA is #838E55. Grayscale: #7A7A7A. Windows color (decimal): -8621654 or 11170172. OLE color: 11170172.

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

Color convert

RGB 124 113 170 -
CMYK 0.27 0.34 0 0.33
HSL 251.58º 0.25% 0.55% -
HSV(B) 251.58º 0.34% 0.67% -
XYZ 21.47 19 40.57 -
YUV 122.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 124 113 170 0.27 0.34 0 0.33 251.58 0.25 0.55
Hex 7C 71 AA 1B 22 0 21 FC 19 37
Octal 174 161 252 33 42 0 41 374 31 67
Binary 1111100 1110001 10101010 11011 100010 0 100001 11111100 11001 110111

Color Harmonies of #7C71AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C71AA

Black with #7C71AA

Text Example


Text Example

White with #7C71AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,113,170); }

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

background-color css

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

 a { background-color: rgb(124,113,170); }

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

border-color css

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

 span { border-color: rgb(124,113,170); }

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