Html Css Color HEX #7C16E6 Blue Violet

📋 copy color: '#7C16E6'

red 124 ◦ green 22 ◦ blue 230

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

Shades of Blue Violet #7C16E6

Tints of Blue Violet #7C16E6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.85%

 BLUE value IS 230 (90.23% from 255) = 61.17%

R = 32.98%
G = 5.85%
B = 61.17%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7C16E6 (or 0x7C16E6) is known color: Blue Violet. HEX triplet: 7C, 16 and E6. RGB value is (124,22,230). Sum of RGB (Red+Green+Blue) = 124+22+230=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 230 (90.23% from 255 or 61.17% from 376); Max value from RGB is 230 - color contains mainly: blue. Hex color #7C16E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C16E6 is #83E919. Grayscale: #4B4B4B. Windows color (decimal): -8644890 or 15079036. OLE color: 15079036.

HSL color Cylindrical-coordinate representation of color #7C16E6: hue angle of 269.42º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C16E6 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 124 22 230 -
CMYK 0.46 0.90 0 0.10
HSL 269.42º 0.83% 0.49% -
HSV(B) 269.42º 0.9% 0.9% -
XYZ 22.88 10.57 75.7 -
YUV 76.21 214.79 162.09 -
System Red Green Blue C M Y K H S L
Decimal 124 22 230 0.46 0.90 0 0.10 269.42 0.83 0.49
Hex 7C 16 E6 2E 5A 0 A 10D 53 31
Octal 174 26 346 56 132 0 12 415 123 61
Binary 1111100 10110 11100110 101110 1011010 0 1010 100001101 1010011 110001

Color Harmonies of #7C16E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C16E6

Black with #7C16E6

Text Example


Text Example

White with #7C16E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,22,230); }

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

background-color css

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

 a { background-color: rgb(124,22,230); }

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

border-color css

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

 span { border-color: rgb(124,22,230); }

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