Html Css Color HEX #7C5EAF Deluge

📋 copy color: '#7C5EAF'

red 124 ◦ green 94 ◦ blue 175

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

Shades of Deluge #7C5EAF

Tints of Deluge #7C5EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 31.55%
G = 23.92%
B = 44.53%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7C5EAF (or 0x7C5EAF) is known color: Deluge. HEX triplet: 7C, 5E and AF. RGB value is (124,94,175). Sum of RGB (Red+Green+Blue) = 124+94+175=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C5EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5EAF is #83A150. Grayscale: #6F6F6F. Windows color (decimal): -8626513 or 11492988. OLE color: 11492988.

HSL color Cylindrical-coordinate representation of color #7C5EAF: hue angle of 262.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C5EAF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 94 175 -
CMYK 0.29 0.46 0 0.31
HSL 262.22º 0.34% 0.53% -
HSV(B) 262.22º 0.46% 0.69% -
XYZ 20.05 15.39 42.47 -
YUV 112.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 124 94 175 0.29 0.46 0 0.31 262.22 0.34 0.53
Hex 7C 5E AF 1D 2E 0 1F 106 22 35
Octal 174 136 257 35 56 0 37 406 42 65
Binary 1111100 1011110 10101111 11101 101110 0 11111 100000110 100010 110101

Color Harmonies of #7C5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5EAF

Black with #7C5EAF

Text Example


Text Example

White with #7C5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,94,175); }

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

background-color css

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

 a { background-color: rgb(124,94,175); }

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

border-color css

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

 span { border-color: rgb(124,94,175); }

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