#7D65BE

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

Shades of True V #7D65BE

Tints of True V #7D65BE

Color information

#7D65BE (or 0x7D65BE) is unknown color: approx True V. HEX triplet: 7D, 65 and BE. RGB value is (125,101,190). Sum of RGB (Red+Green+Blue) = 125+101+190=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D65BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D65BE is #829A41. Grayscale: #757575. Windows color (decimal): -8559170 or 12477821. OLE color: 12477821.

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

Color convert

RGB125101190-
CMYK0.340.4700.25
HSL256.18º40.64%57.06%-
HSV(B)256.18º46.84%74.51%-
XYZ22.4117.3950.89-
YUV118.32168.45132.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=30.05%
G=24.28%
B=45.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251011900.340.4700.25256.1840.6457.06
Hex7D65BE222F0191002939
Octal17514527642570314005171
Binary1111101110010110111110100010101111011001100000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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