Html Css Color HEX #7C1EDE Blue Violet

📋 copy color: '#7C1EDE'

red 124 ◦ green 30 ◦ blue 222

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

Shades of Blue Violet #7C1EDE

Tints of Blue Violet #7C1EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.98%

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 32.98%
G = 7.98%
B = 59.04%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C1EDE (or 0x7C1EDE) is known color: Blue Violet. HEX triplet: 7C, 1E and DE. RGB value is (124,30,222). Sum of RGB (Red+Green+Blue) = 124+30+222=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C1EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1EDE is #83E121. Grayscale: #4F4F4F. Windows color (decimal): -8642850 or 14556796. OLE color: 14556796.

HSL color Cylindrical-coordinate representation of color #7C1EDE: hue angle of 269.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1EDE is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 30 222 -
CMYK 0.44 0.86 0 0.13
HSL 269.38º 0.76% 0.49% -
HSV(B) 269.38º 0.86% 0.87% -
XYZ 21.96 10.49 69.97 -
YUV 79.99 208.14 159.39 -
System Red Green Blue C M Y K H S L
Decimal 124 30 222 0.44 0.86 0 0.13 269.38 0.76 0.49
Hex 7C 1E DE 2C 56 0 D 10D 4C 31
Octal 174 36 336 54 126 0 15 415 114 61
Binary 1111100 11110 11011110 101100 1010110 0 1101 100001101 1001100 110001

Color Harmonies of #7C1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1EDE

Black with #7C1EDE

Text Example


Text Example

White with #7C1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,30,222); }

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

background-color css

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

 a { background-color: rgb(124,30,222); }

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

border-color css

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

 span { border-color: rgb(124,30,222); }

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