Html Css Color HEX #7F5EAE Deluge

📋 copy color: '#7F5EAE'

red 127 ◦ green 94 ◦ blue 174

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

Shades of Deluge #7F5EAE

Tints of Deluge #7F5EAE

RGB

 RED value IS 127 (50% from 255) = 32.15%

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

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

R = 32.15%
G = 23.8%
B = 44.05%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F5EAE (or 0x7F5EAE) is known color: Deluge. HEX triplet: 7F, 5E and AE. RGB value is (127,94,174). Sum of RGB (Red+Green+Blue) = 127+94+174=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F5EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5EAE is #80A151. Grayscale: #707070. Windows color (decimal): -8429906 or 11427455. OLE color: 11427455.

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

Color convert

RGB 127 94 174 -
CMYK 0.27 0.46 0 0.32
HSL 264.75º 0.33% 0.53% -
HSV(B) 264.75º 0.46% 0.68% -
XYZ 20.4 15.57 41.98 -
YUV 112.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 127 94 174 0.27 0.46 0 0.32 264.75 0.33 0.53
Hex 7F 5E AE 1B 2E 0 20 109 21 35
Octal 177 136 256 33 56 0 40 411 41 65
Binary 1111111 1011110 10101110 11011 101110 0 100000 100001001 100001 110101

Color Harmonies of #7F5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5EAE

Black with #7F5EAE

Text Example


Text Example

White with #7F5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,94,174); }

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

background-color css

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

 a { background-color: rgb(127,94,174); }

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

border-color css

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

 span { border-color: rgb(127,94,174); }

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