#7D61BE

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

Shades of True V #7D61BE

Tints of True V #7D61BE

Color information

#7D61BE (or 0x7D61BE) is unknown color: approx True V. HEX triplet: 7D, 61 and BE. RGB value is (125,97,190). Sum of RGB (Red+Green+Blue) = 125+97+190=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D61BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D61BE is #829E41. Grayscale: #737373. Windows color (decimal): -8560194 or 12476797. OLE color: 12476797.

HSL color Cylindrical-coordinate representation of color #7D61BE: hue angle of 258.06º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D61BE is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12597190-
CMYK0.340.4900.25
HSL258.06º41.7%56.27%-
HSV(B)258.06º48.95%74.51%-
XYZ22.0316.6350.76-
YUV115.97169.78134.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.34%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=30.34%
G=23.54%
B=46.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125971900.340.4900.25258.0641.756.27
Hex7D61BE22310191022a38
Octal17514127642610314025270
Binary1111101110000110111110100010110001011001100000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,97,190); }

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

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

 a { background-color: rgb(125,97,190); }

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

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

 span { border-color: rgb(125,97,190); }

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