Html Css Color HEX #7F5DAC Deluge

📋 copy color: '#7F5DAC'

red 127 ◦ green 93 ◦ blue 172

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

Shades of Deluge #7F5DAC

Tints of Deluge #7F5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

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

R = 32.4%
G = 23.72%
B = 43.88%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F5DAC (or 0x7F5DAC) is known color: Deluge. HEX triplet: 7F, 5D and AC. RGB value is (127,93,172). Sum of RGB (Red+Green+Blue) = 127+93+172=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5DAC is #80A253. Grayscale: #6F6F6F. Windows color (decimal): -8430164 or 11296127. OLE color: 11296127.

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

Color convert

RGB 127 93 172 -
CMYK 0.26 0.46 0 0.33
HSL 265.82º 0.32% 0.52% -
HSV(B) 265.82º 0.46% 0.67% -
XYZ 20.11 15.32 40.93 -
YUV 112.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 127 93 172 0.26 0.46 0 0.33 265.82 0.32 0.52
Hex 7F 5D AC 1A 2E 0 21 10A 20 34
Octal 177 135 254 32 56 0 41 412 40 64
Binary 1111111 1011101 10101100 11010 101110 0 100001 100001010 100000 110100

Color Harmonies of #7F5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DAC

Black with #7F5DAC

Text Example


Text Example

White with #7F5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,93,172); }

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

background-color css

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

 a { background-color: rgb(127,93,172); }

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

border-color css

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

 span { border-color: rgb(127,93,172); }

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