#7D61C4

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

Shades of True V #7D61C4

Tints of True V #7D61C4

Color information

#7D61C4 (or 0x7D61C4) is unknown color: approx True V. HEX triplet: 7D, 61 and C4. RGB value is (125,97,196). Sum of RGB (Red+Green+Blue) = 125+97+196=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D61C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D61C4 is #829E3B. Grayscale: #747474. Windows color (decimal): -8560188 or 12870013. OLE color: 12870013.

HSL color Cylindrical-coordinate representation of color #7D61C4: hue angle of 256.97º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D61C4 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12597196-
CMYK0.360.5100.23
HSL256.97º45.62%57.45%-
HSV(B)256.97º50.51%76.86%-
XYZ22.716.8954.29-
YUV116.66172.78133.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.90%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=29.90%
G=23.21%
B=46.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal125971960.360.5100.23256.9745.6257.45
Hex7D61C424330171012e39
Octal17514130444630274015671
Binary1111101110000111000100100100110011010111100000001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D61C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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