Html Css Color HEX #7C60AC Deluge

📋 copy color: '#7C60AC'

red 124 ◦ green 96 ◦ blue 172

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

Shades of Deluge #7C60AC

Tints of Deluge #7C60AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.49%

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

R = 31.63%
G = 24.49%
B = 43.88%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C60AC (or 0x7C60AC) is known color: Deluge. HEX triplet: 7C, 60 and AC. RGB value is (124,96,172). Sum of RGB (Red+Green+Blue) = 124+96+172=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C60AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C60AC is #839F53. Grayscale: #707070. Windows color (decimal): -8626004 or 11296892. OLE color: 11296892.

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

Color convert

RGB 124 96 172 -
CMYK 0.28 0.44 0 0.33
HSL 262.11º 0.31% 0.53% -
HSV(B) 262.11º 0.44% 0.67% -
XYZ 19.94 15.63 41 -
YUV 113.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 124 96 172 0.28 0.44 0 0.33 262.11 0.31 0.53
Hex 7C 60 AC 1C 2C 0 21 106 1F 35
Octal 174 140 254 34 54 0 41 406 37 65
Binary 1111100 1100000 10101100 11100 101100 0 100001 100000110 11111 110101

Color Harmonies of #7C60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C60AC

Black with #7C60AC

Text Example


Text Example

White with #7C60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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