Html Css Color HEX #7B63AE Deluge

📋 copy color: '#7B63AE'

red 123 ◦ green 99 ◦ blue 174

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

Shades of Deluge #7B63AE

Tints of Deluge #7B63AE

RGB

 RED value IS 123 (48.44% from 255) = 31.06%

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

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

R = 31.06%
G = 25%
B = 43.94%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B63AE (or 0x7B63AE) is known color: Deluge. HEX triplet: 7B, 63 and AE. RGB value is (123,99,174). Sum of RGB (Red+Green+Blue) = 123+99+174=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 99 (39.06% from 255 or 25% 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 #7B63AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B63AE is #849C51. Grayscale: #727272. Windows color (decimal): -8690770 or 11428731. OLE color: 11428731.

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

Color convert

RGB 123 99 174 -
CMYK 0.29 0.43 0 0.32
HSL 259.2º 0.32% 0.54% -
HSV(B) 259.2º 0.43% 0.68% -
XYZ 20.27 16.19 42.1 -
YUV 114.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 123 99 174 0.29 0.43 0 0.32 259.2 0.32 0.54
Hex 7B 63 AE 1D 2B 0 20 103 20 36
Octal 173 143 256 35 53 0 40 403 40 66
Binary 1111011 1100011 10101110 11101 101011 0 100000 100000011 100000 110110

Color Harmonies of #7B63AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B63AE

Black with #7B63AE

Text Example


Text Example

White with #7B63AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,99,174); }

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

background-color css

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

 a { background-color: rgb(123,99,174); }

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

border-color css

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

 span { border-color: rgb(123,99,174); }

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