Html Css Color HEX #7C62AB Deluge

📋 copy color: '#7C62AB'

red 124 ◦ green 98 ◦ blue 171

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

Shades of Deluge #7C62AB

Tints of Deluge #7C62AB

RGB

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

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

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

R = 31.55%
G = 24.94%
B = 43.51%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C62AB (or 0x7C62AB) is known color: Deluge. HEX triplet: 7C, 62 and AB. RGB value is (124,98,171). Sum of RGB (Red+Green+Blue) = 124+98+171=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C62AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C62AB is #839D54. Grayscale: #717171. Windows color (decimal): -8625493 or 11231868. OLE color: 11231868.

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

Color convert

RGB 124 98 171 -
CMYK 0.27 0.43 0 0.33
HSL 261.37º 0.3% 0.53% -
HSV(B) 261.37º 0.43% 0.67% -
XYZ 20.03 15.96 40.55 -
YUV 114.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 124 98 171 0.27 0.43 0 0.33 261.37 0.3 0.53
Hex 7C 62 AB 1B 2B 0 21 105 1E 35
Octal 174 142 253 33 53 0 41 405 36 65
Binary 1111100 1100010 10101011 11011 101011 0 100001 100000101 11110 110101

Color Harmonies of #7C62AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C62AB

Black with #7C62AB

Text Example


Text Example

White with #7C62AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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