#7F5CB1

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

Shades of Deluge #7F5CB1

Tints of Deluge #7F5CB1

Color information

#7F5CB1 (or 0x7F5CB1) is unknown color: approx Deluge. HEX triplet: 7F, 5C and B1. RGB value is (127,92,177). Sum of RGB (Red+Green+Blue) = 127+92+177=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #7F5CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5CB1 is #80A34E. Grayscale: #6F6F6F. Windows color (decimal): -8430415 or 11623551. OLE color: 11623551.

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

Color convert

RGB12792177-
CMYK0.280.4800.31
HSL264.71º35.27%52.75%-
HSV(B)264.71º48.02%69.41%-
XYZ20.5215.3443.47-
YUV112.16164.6138.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=32.07%
G=23.23%
B=44.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127921770.280.4800.31264.7135.2752.75
Hex7F5CB11C3001F1092335
Octal17713426134600374114365
Binary111111110111001011000111100110000011111100001001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,177); }

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

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

 a { background-color: rgb(127,92,177); }

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

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

 span { border-color: rgb(127,92,177); }

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