#7D62BE

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

Shades of True V #7D62BE

Tints of True V #7D62BE

Color information

#7D62BE (or 0x7D62BE) is unknown color: approx True V. HEX triplet: 7D, 62 and BE. RGB value is (125,98,190). Sum of RGB (Red+Green+Blue) = 125+98+190=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D62BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D62BE is #829D41. Grayscale: #747474. Windows color (decimal): -8559938 or 12477053. OLE color: 12477053.

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

Color convert

RGB12598190-
CMYK0.340.4800.25
HSL257.61º41.44%56.47%-
HSV(B)257.61º48.42%74.51%-
XYZ22.1216.8150.79-
YUV116.56169.45134.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.27%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=30.27%
G=23.73%
B=46.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125981900.340.4800.25257.6141.4456.47
Hex7D62BE22300191022938
Octal17514227642600314025170
Binary1111101110001010111110100010110000011001100000010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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