Html Css Color HEX #7C3FEB Blue Violet

📋 copy color: '#7C3FEB'

red 124 ◦ green 63 ◦ blue 235

#7C3FEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7C3FEB

Tints of Blue Violet #7C3FEB

RGB

 RED value IS 124 (48.83% from 255) = 29.38%

 GREEN value IS 63 (25% from 255) = 14.93%

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 29.38%
G = 14.93%
B = 55.69%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C3FEB (or 0x7C3FEB) is known color: Blue Violet. HEX triplet: 7C, 3F and EB. RGB value is (124,63,235). Sum of RGB (Red+Green+Blue) = 124+63+235=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C3FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C3FEB is #83C014. Grayscale: #646464. Windows color (decimal): -8634389 or 15417212. OLE color: 15417212.

HSL color Cylindrical-coordinate representation of color #7C3FEB: hue angle of 261.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C3FEB is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 63 235 -
CMYK 0.47 0.73 0 0.08
HSL 261.28º 0.81% 0.58% -
HSV(B) 261.28º 0.73% 0.92% -
XYZ 25.09 13.84 79.95 -
YUV 100.85 203.71 144.51 -
System Red Green Blue C M Y K H S L
Decimal 124 63 235 0.47 0.73 0 0.08 261.28 0.81 0.58
Hex 7C 3F EB 2F 49 0 8 105 51 3A
Octal 174 77 353 57 111 0 10 405 121 72
Binary 1111100 111111 11101011 101111 1001001 0 1000 100000101 1010001 111010

Color Harmonies of #7C3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3FEB

Black with #7C3FEB

Text Example


Text Example

White with #7C3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,63,235); }

 H1.HeaderClassName
 {
   color: #7C3FEB;
 }
 .AnyTagClassName
 {
   color: #7C3FEB;
 }
</style>

background-color css

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

 a { background-color: rgb(124,63,235); }

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

border-color css

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

 span { border-color: rgb(124,63,235); }

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