Html Css Color HEX #7C72AC Deluge

📋 copy color: '#7C72AC'

red 124 ◦ green 114 ◦ blue 172

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

Shades of Deluge #7C72AC

Tints of Deluge #7C72AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.8%

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

R = 30.24%
G = 27.8%
B = 41.95%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C72AC (or 0x7C72AC) is known color: Deluge. HEX triplet: 7C, 72 and AC. RGB value is (124,114,172). Sum of RGB (Red+Green+Blue) = 124+114+172=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C72AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C72AC is #838D53. Grayscale: #7B7B7B. Windows color (decimal): -8621396 or 11301500. OLE color: 11301500.

HSL color Cylindrical-coordinate representation of color #7C72AC: hue angle of 250.34º 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 #7C72AC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 114 172 -
CMYK 0.28 0.34 0 0.33
HSL 250.34º 0.26% 0.56% -
HSV(B) 250.34º 0.34% 0.67% -
XYZ 21.78 19.3 41.61 -
YUV 123.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 124 114 172 0.28 0.34 0 0.33 250.34 0.26 0.56
Hex 7C 72 AC 1C 22 0 21 FA 1A 38
Octal 174 162 254 34 42 0 41 372 32 70
Binary 1111100 1110010 10101100 11100 100010 0 100001 11111010 11010 111000

Color Harmonies of #7C72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C72AC

Black with #7C72AC

Text Example


Text Example

White with #7C72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,114,172); }

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

background-color css

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

 a { background-color: rgb(124,114,172); }

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

border-color css

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

 span { border-color: rgb(124,114,172); }

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