#7C43F2

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

Shades of Blue Violet #7C43F2

Tints of Blue Violet #7C43F2

Color information

#7C43F2 (or 0x7C43F2) is unknown color: approx Blue Violet. HEX triplet: 7C, 43 and F2. RGB value is (124,67,242). Sum of RGB (Red+Green+Blue) = 124+67+242=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #7C43F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C43F2 is #83BC0D. Grayscale: #676767. Windows color (decimal): -8633358 or 15876988. OLE color: 15876988.

HSL color Cylindrical-coordinate representation of color #7C43F2: hue angle of 259.54º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C43F2 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12467242-
CMYK0.490.7200.05
HSL259.54º87.06%60.59%-
HSV(B)259.54º72.31%94.9%-
XYZ26.3514.7185.46-
YUV103.99205.88142.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.64%
GREEN value IS 67 (26.56% from 255) = 15.47%
BLUE value IS 242 (94.92% from 255) = 55.89%
R=28.64%
G=15.47%
B=55.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal124672420.490.7200.05259.5487.0660.59
Hex7C43F2314805104573d
Octal174103362611100540412775
Binary1111100100001111110010110001100100001011000001001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C43F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,67,242); }

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

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

 a { background-color: rgb(124,67,242); }

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

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

 span { border-color: rgb(124,67,242); }

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