Html Css Color HEX #7C62AE Deluge

📋 copy color: '#7C62AE'

red 124 ◦ green 98 ◦ blue 174

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

Shades of Deluge #7C62AE

Tints of Deluge #7C62AE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.75%

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 31.31%
G = 24.75%
B = 43.94%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C62AE (or 0x7C62AE) is known color: Deluge. HEX triplet: 7C, 62 and AE. RGB value is (124,98,174). Sum of RGB (Red+Green+Blue) = 124+98+174=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C62AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C62AE is #839D51. Grayscale: #727272. Windows color (decimal): -8625490 or 11428476. OLE color: 11428476.

HSL color Cylindrical-coordinate representation of color #7C62AE: hue angle of 260.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C62AE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 98 174 -
CMYK 0.29 0.44 0 0.32
HSL 260.53º 0.32% 0.53% -
HSV(B) 260.53º 0.44% 0.68% -
XYZ 20.32 16.08 42.08 -
YUV 114.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 124 98 174 0.29 0.44 0 0.32 260.53 0.32 0.53
Hex 7C 62 AE 1D 2C 0 20 105 20 35
Octal 174 142 256 35 54 0 40 405 40 65
Binary 1111100 1100010 10101110 11101 101100 0 100000 100000101 100000 110101

Color Harmonies of #7C62AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C62AE

Black with #7C62AE

Text Example


Text Example

White with #7C62AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,174); }

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

background-color css

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

 a { background-color: rgb(124,98,174); }

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

border-color css

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

 span { border-color: rgb(124,98,174); }

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