Html Css Color HEX #7C41EA Blue Violet

📋 copy color: '#7C41EA'

red 124 ◦ green 65 ◦ blue 234

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

Shades of Blue Violet #7C41EA

Tints of Blue Violet #7C41EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 29.31%
G = 15.37%
B = 55.32%

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

#7C41EA (or 0x7C41EA) is known color: Blue Violet. HEX triplet: 7C, 41 and EA. RGB value is (124,65,234). Sum of RGB (Red+Green+Blue) = 124+65+234=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C41EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C41EA is #83BE15. Grayscale: #656565. Windows color (decimal): -8633878 or 15352188. OLE color: 15352188.

HSL color Cylindrical-coordinate representation of color #7C41EA: hue angle of 260.95º degrees, saturation: 0.8, 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 #7C41EA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 65 234 -
CMYK 0.47 0.72 0 0.08
HSL 260.95º 0.8% 0.59% -
HSV(B) 260.95º 0.72% 0.92% -
XYZ 25.05 14.01 79.22 -
YUV 101.91 202.55 143.76 -
System Red Green Blue C M Y K H S L
Decimal 124 65 234 0.47 0.72 0 0.08 260.95 0.8 0.59
Hex 7C 41 EA 2F 48 0 8 105 50 3B
Octal 174 101 352 57 110 0 10 405 120 73
Binary 1111100 1000001 11101010 101111 1001000 0 1000 100000101 1010000 111011

Color Harmonies of #7C41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C41EA

Black with #7C41EA

Text Example


Text Example

White with #7C41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,234); }

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

background-color css

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

 a { background-color: rgb(124,65,234); }

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

border-color css

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

 span { border-color: rgb(124,65,234); }

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