#7C1B90

Color #7C1B90 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7C1B90

Tints of Vivid Violet #7C1B90

Color information

#7C1B90 (or 0x7C1B90) is unknown color: approx Vivid Violet. HEX triplet: 7C, 1B and 90. RGB value is (124,27,144). Sum of RGB (Red+Green+Blue) = 124+27+144=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C1B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1B90 is #83E46F. Grayscale: #444444. Windows color (decimal): -8643696 or 9444220. OLE color: 9444220.

HSL color Cylindrical-coordinate representation of color #7C1B90: hue angle of 289.74º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1B90 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12427144-
CMYK0.140.8100.44
HSL289.74º68.42%33.53%-
HSV(B)289.74º81.25%56.47%-
XYZ13.747.0827.03-
YUV69.34170.14166.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=42.03%
G=9.15%
B=48.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124271440.140.8100.44289.7468.4233.53
Hex7C1B90E5102C1224422
Octal174332201612105444210442
Binary111110011011100100001110101000101011001001000101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,27,144); }

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

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

 a { background-color: rgb(124,27,144); }

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

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

 span { border-color: rgb(124,27,144); }

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