Html Css Color HEX #7C42EB Blue Violet

📋 copy color: '#7C42EB'

red 124 ◦ green 66 ◦ blue 235

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

Shades of Blue Violet #7C42EB

Tints of Blue Violet #7C42EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.53%

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

R = 29.18%
G = 15.53%
B = 55.29%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C42EB (or 0x7C42EB) is known color: Blue Violet. HEX triplet: 7C, 42 and EB. RGB value is (124,66,235). Sum of RGB (Red+Green+Blue) = 124+66+235=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C42EB is #83BD14. Grayscale: #656565. Windows color (decimal): -8633621 or 15417980. OLE color: 15417980.

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

Color convert

RGB 124 66 235 -
CMYK 0.47 0.72 0 0.08
HSL 260.59º 0.81% 0.59% -
HSV(B) 260.59º 0.72% 0.92% -
XYZ 25.26 14.18 80 -
YUV 102.61 202.72 143.26 -
System Red Green Blue C M Y K H S L
Decimal 124 66 235 0.47 0.72 0 0.08 260.59 0.81 0.59
Hex 7C 42 EB 2F 48 0 8 105 51 3B
Octal 174 102 353 57 110 0 10 405 121 73
Binary 1111100 1000010 11101011 101111 1001000 0 1000 100000101 1010001 111011

Color Harmonies of #7C42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C42EB

Black with #7C42EB

Text Example


Text Example

White with #7C42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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