Html Css Color HEX #7C63AA Deluge

📋 copy color: '#7C63AA'

red 124 ◦ green 99 ◦ blue 170

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

Shades of Deluge #7C63AA

Tints of Deluge #7C63AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 31.55%
G = 25.19%
B = 43.26%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C63AA (or 0x7C63AA) is known color: Deluge. HEX triplet: 7C, 63 and AA. RGB value is (124,99,170). Sum of RGB (Red+Green+Blue) = 124+99+170=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C63AA is #839C55. Grayscale: #727272. Windows color (decimal): -8625238 or 11166588. OLE color: 11166588.

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

Color convert

RGB 124 99 170 -
CMYK 0.27 0.42 0 0.33
HSL 261.13º 0.29% 0.53% -
HSV(B) 261.13º 0.42% 0.67% -
XYZ 20.03 16.11 40.08 -
YUV 114.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 124 99 170 0.27 0.42 0 0.33 261.13 0.29 0.53
Hex 7C 63 AA 1B 2A 0 21 105 1D 35
Octal 174 143 252 33 52 0 41 405 35 65
Binary 1111100 1100011 10101010 11011 101010 0 100001 100000101 11101 110101

Color Harmonies of #7C63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C63AA

Black with #7C63AA

Text Example


Text Example

White with #7C63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,99,170); }

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

background-color css

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

 a { background-color: rgb(124,99,170); }

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

border-color css

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

 span { border-color: rgb(124,99,170); }

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