Html Css Color HEX #7F5DB5 Deluge

📋 copy color: '#7F5DB5'

red 127 ◦ green 93 ◦ blue 181

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

Shades of Deluge #7F5DB5

Tints of Deluge #7F5DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 31.67%
G = 23.19%
B = 45.14%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7F5DB5 (or 0x7F5DB5) is known color: Deluge. HEX triplet: 7F, 5D and B5. RGB value is (127,93,181). Sum of RGB (Red+Green+Blue) = 127+93+181=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #7F5DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DB5 is #80A24A. Grayscale: #707070. Windows color (decimal): -8430155 or 11885951. OLE color: 11885951.

HSL color Cylindrical-coordinate representation of color #7F5DB5: hue angle of 263.18º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F5DB5 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 93 181 -
CMYK 0.30 0.49 0 0.29
HSL 263.18º 0.37% 0.54% -
HSV(B) 263.18º 0.49% 0.71% -
XYZ 21.01 15.68 45.63 -
YUV 113.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 127 93 181 0.30 0.49 0 0.29 263.18 0.37 0.54
Hex 7F 5D B5 1E 31 0 1D 107 25 36
Octal 177 135 265 36 61 0 35 407 45 66
Binary 1111111 1011101 10110101 11110 110001 0 11101 100000111 100101 110110

Color Harmonies of #7F5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DB5

Black with #7F5DB5

Text Example


Text Example

White with #7F5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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