Html Css Color HEX #7C13EF Blue Violet

📋 copy color: '#7C13EF'

red 124 ◦ green 19 ◦ blue 239

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

Shades of Blue Violet #7C13EF

Tints of Blue Violet #7C13EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.97%

 BLUE value IS 239 (93.75% from 255) = 62.57%

R = 32.46%
G = 4.97%
B = 62.57%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7C13EF (or 0x7C13EF) is known color: Blue Violet. HEX triplet: 7C, 13 and EF. RGB value is (124,19,239). Sum of RGB (Red+Green+Blue) = 124+19+239=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C13EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C13EF is #83EC10. Grayscale: #4A4A4A. Windows color (decimal): -8645649 or 15668092. OLE color: 15668092.

HSL color Cylindrical-coordinate representation of color #7C13EF: hue angle of 268.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C13EF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 19 239 -
CMYK 0.48 0.92 0 0.06
HSL 268.64º 0.87% 0.51% -
HSV(B) 268.64º 0.92% 0.94% -
XYZ 24.13 10.98 82.51 -
YUV 75.48 220.29 162.61 -
System Red Green Blue C M Y K H S L
Decimal 124 19 239 0.48 0.92 0 0.06 268.64 0.87 0.51
Hex 7C 13 EF 30 5C 0 6 10D 57 33
Octal 174 23 357 60 134 0 6 415 127 63
Binary 1111100 10011 11101111 110000 1011100 0 110 100001101 1010111 110011

Color Harmonies of #7C13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C13EF

Black with #7C13EF

Text Example


Text Example

White with #7C13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,19,239); }

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

background-color css

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

 a { background-color: rgb(124,19,239); }

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

border-color css

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

 span { border-color: rgb(124,19,239); }

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