#7C34FB

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

Shades of Blue Violet #7C34FB

Tints of Blue Violet #7C34FB

Color information

#7C34FB (or 0x7C34FB) is unknown color: approx Blue Violet. HEX triplet: 7C, 34 and FB. RGB value is (124,52,251). Sum of RGB (Red+Green+Blue) = 124+52+251=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C34FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C34FB is #83CB04. Grayscale: #5F5F5F. Windows color (decimal): -8637189 or 16462972. OLE color: 16462972.

HSL color Cylindrical-coordinate representation of color #7C34FB: hue angle of 261.71º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C34FB is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12452251-
CMYK0.510.7900.02
HSL261.71º96.14%59.41%-
HSV(B)261.71º79.28%98.43%-
XYZ26.9513.7192.49-
YUV96.21215.35147.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 52 (20.70% from 255) = 12.18%
BLUE value IS 251 (98.44% from 255) = 58.78%
R=29.04%
G=12.18%
B=58.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal124522510.510.7900.02261.7196.1459.41
Hex7C34FB334F02106603b
Octal17464373631170240614073
Binary11111001101001111101111001110011110101000001101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C34FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,52,251); }

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

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

 a { background-color: rgb(124,52,251); }

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

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

 span { border-color: rgb(124,52,251); }

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