Html Css Color HEX #7F6FAC Deluge

📋 copy color: '#7F6FAC'

red 127 ◦ green 111 ◦ blue 172

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

Shades of Deluge #7F6FAC

Tints of Deluge #7F6FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

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

R = 30.98%
G = 27.07%
B = 41.95%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F6FAC (or 0x7F6FAC) is known color: Deluge. HEX triplet: 7F, 6F and AC. RGB value is (127,111,172). Sum of RGB (Red+Green+Blue) = 127+111+172=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6FAC is #809053. Grayscale: #7A7A7A. Windows color (decimal): -8425556 or 11300735. OLE color: 11300735.

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

Color convert

RGB 127 111 172 -
CMYK 0.26 0.35 0 0.33
HSL 255.74º 0.27% 0.55% -
HSV(B) 255.74º 0.35% 0.67% -
XYZ 21.88 18.86 41.52 -
YUV 122.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 127 111 172 0.26 0.35 0 0.33 255.74 0.27 0.55
Hex 7F 6F AC 1A 23 0 21 100 1B 37
Octal 177 157 254 32 43 0 41 400 33 67
Binary 1111111 1101111 10101100 11010 100011 0 100001 100000000 11011 110111

Color Harmonies of #7F6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6FAC

Black with #7F6FAC

Text Example


Text Example

White with #7F6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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