Html Css Color HEX #7F5DAA Deluge

📋 copy color: '#7F5DAA'

red 127 ◦ green 93 ◦ blue 170

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

Shades of Deluge #7F5DAA

Tints of Deluge #7F5DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 32.56%
G = 23.85%
B = 43.59%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F5DAA (or 0x7F5DAA) is known color: Deluge. HEX triplet: 7F, 5D and AA. RGB value is (127,93,170). Sum of RGB (Red+Green+Blue) = 127+93+170=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F5DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5DAA is #80A255. Grayscale: #6F6F6F. Windows color (decimal): -8430166 or 11165055. OLE color: 11165055.

HSL color Cylindrical-coordinate representation of color #7F5DAA: hue angle of 266.49º degrees, saturation: 0.31, 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 #7F5DAA is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 93 170 -
CMYK 0.25 0.45 0 0.33
HSL 266.49º 0.31% 0.52% -
HSV(B) 266.49º 0.45% 0.67% -
XYZ 19.92 15.24 39.92 -
YUV 111.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 127 93 170 0.25 0.45 0 0.33 266.49 0.31 0.52
Hex 7F 5D AA 19 2D 0 21 10A 1F 34
Octal 177 135 252 31 55 0 41 412 37 64
Binary 1111111 1011101 10101010 11001 101101 0 100001 100001010 11111 110100

Color Harmonies of #7F5DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DAA

Black with #7F5DAA

Text Example


Text Example

White with #7F5DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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