Html Css Color HEX #7C60A0 Deluge

📋 copy color: '#7C60A0'

red 124 ◦ green 96 ◦ blue 160

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

Shades of Deluge #7C60A0

Tints of Deluge #7C60A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 32.63%
G = 25.26%
B = 42.11%

CMYK

 C value IS 0.22

 M value IS 0.4

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7C60A0 (or 0x7C60A0) is known color: Deluge. HEX triplet: 7C, 60 and A0. RGB value is (124,96,160). Sum of RGB (Red+Green+Blue) = 124+96+160=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #7C60A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C60A0 is #839F5F. Grayscale: #6F6F6F. Windows color (decimal): -8626016 or 10510460. OLE color: 10510460.

HSL color Cylindrical-coordinate representation of color #7C60A0: hue angle of 266.25º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C60A0 is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 96 160 -
CMYK 0.22 0.4 0 0.37
HSL 266.25º 0.25% 0.5% -
HSV(B) 266.25º 0.4% 0.63% -
XYZ 18.84 15.19 35.2 -
YUV 111.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 124 96 160 0.22 0.4 0 0.37 266.25 0.25 0.5
Hex 7C 60 A0 16 28 0 25 10A 19 32
Octal 174 140 240 26 50 0 45 412 31 62
Binary 1111100 1100000 10100000 10110 101000 0 100101 100001010 11001 110010

Color Harmonies of #7C60A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C60A0

Black with #7C60A0

Text Example


Text Example

White with #7C60A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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