Html Css Color HEX #7C71AB Deluge

📋 copy color: '#7C71AB'

red 124 ◦ green 113 ◦ blue 171

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

Shades of Deluge #7C71AB

Tints of Deluge #7C71AB

RGB

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

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

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

R = 30.39%
G = 27.7%
B = 41.91%

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

#7C71AB (or 0x7C71AB) is known color: Deluge. HEX triplet: 7C, 71 and AB. RGB value is (124,113,171). Sum of RGB (Red+Green+Blue) = 124+113+171=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C71AB is #838E54. Grayscale: #7A7A7A. Windows color (decimal): -8621653 or 11235708. OLE color: 11235708.

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

Color convert

RGB 124 113 171 -
CMYK 0.27 0.34 0 0.33
HSL 251.38º 0.26% 0.56% -
HSV(B) 251.38º 0.34% 0.67% -
XYZ 21.57 19.04 41.07 -
YUV 122.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 124 113 171 0.27 0.34 0 0.33 251.38 0.26 0.56
Hex 7C 71 AB 1B 22 0 21 FB 1A 38
Octal 174 161 253 33 42 0 41 373 32 70
Binary 1111100 1110001 10101011 11011 100010 0 100001 11111011 11010 111000

Color Harmonies of #7C71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C71AB

Black with #7C71AB

Text Example


Text Example

White with #7C71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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