Html Css Color HEX #7E5FAC Deluge

📋 copy color: '#7E5FAC'

red 126 ◦ green 95 ◦ blue 172

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

Shades of Deluge #7E5FAC

Tints of Deluge #7E5FAC

RGB

 RED value IS 126 (49.61% from 255) = 32.06%

 GREEN value IS 95 (37.5% from 255) = 24.17%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 32.06%
G = 24.17%
B = 43.77%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7E5FAC (or 0x7E5FAC) is known color: Deluge. HEX triplet: 7E, 5F and AC. RGB value is (126,95,172). Sum of RGB (Red+Green+Blue) = 126+95+172=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E5FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5FAC is #81A053. Grayscale: #707070. Windows color (decimal): -8495188 or 11296638. OLE color: 11296638.

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

Color convert

RGB 126 95 172 -
CMYK 0.27 0.45 0 0.33
HSL 264.16º 0.32% 0.52% -
HSV(B) 264.16º 0.45% 0.67% -
XYZ 20.14 15.6 40.98 -
YUV 113.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 126 95 172 0.27 0.45 0 0.33 264.16 0.32 0.52
Hex 7E 5F AC 1B 2D 0 21 108 20 34
Octal 176 137 254 33 55 0 41 410 40 64
Binary 1111110 1011111 10101100 11011 101101 0 100001 100001000 100000 110100

Color Harmonies of #7E5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5FAC

Black with #7E5FAC

Text Example


Text Example

White with #7E5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,95,172); }

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

background-color css

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

 a { background-color: rgb(126,95,172); }

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

border-color css

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

 span { border-color: rgb(126,95,172); }

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