#7D5FB1

Color #7D5FB1 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #7D5FB1

Tints of Deluge #7D5FB1

Color information

#7D5FB1 (or 0x7D5FB1) is unknown color: approx Deluge. HEX triplet: 7D, 5F and B1. RGB value is (125,95,177). Sum of RGB (Red+Green+Blue) = 125+95+177=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #7D5FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5FB1 is #82A04E. Grayscale: #717171. Windows color (decimal): -8560719 or 11624317. OLE color: 11624317.

HSL color Cylindrical-coordinate representation of color #7D5FB1: hue angle of 261.95º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D5FB1 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12595177-
CMYK0.290.4600.31
HSL261.95º34.45%53.33%-
HSV(B)261.95º46.33%69.41%-
XYZ20.4915.7243.55-
YUV113.32163.94136.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 177 (69.53% from 255) = 44.58%
R=31.49%
G=23.93%
B=44.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125951770.290.4600.31261.9534.4553.33
Hex7D5FB11D2E01F1062235
Octal17513726135560374064265
Binary111110110111111011000111101101110011111100000110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,95,177); }

 H1.HeaderClassName
 {
   color: #7D5FB1;
 }
 .AnyTagClassName
 {
   color: #7D5FB1;
 }
</style>
background-color css

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

 a { background-color: rgb(125,95,177); }

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

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

 span { border-color: rgb(125,95,177); }

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