#7E62BC

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

Shades of True V #7E62BC

Tints of True V #7E62BC

Color information

#7E62BC (or 0x7E62BC) is unknown color: approx True V. HEX triplet: 7E, 62 and BC. RGB value is (126,98,188). Sum of RGB (Red+Green+Blue) = 126+98+188=412 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.58% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E62BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E62BC is #819D43. Grayscale: #747474. Windows color (decimal): -8494404 or 12345982. OLE color: 12345982.

HSL color Cylindrical-coordinate representation of color #7E62BC: hue angle of 258.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E62BC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12698188-
CMYK0.330.4800.26
HSL258.67º40.18%56.08%-
HSV(B)258.67º47.87%73.73%-
XYZ22.0516.849.66-
YUV116.63168.28134.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.58%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=30.58%
G=23.79%
B=45.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126981880.330.4800.26258.6740.1856.08
Hex7E62BC213001A1032838
Octal17614227441600324035070
Binary1111110110001010111100100001110000011010100000011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E62BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,98,188); }

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

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

 a { background-color: rgb(126,98,188); }

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

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

 span { border-color: rgb(126,98,188); }

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