Html Css Color HEX #7C14EB Blue Violet

📋 copy color: '#7C14EB'

red 124 ◦ green 20 ◦ blue 235

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

Shades of Blue Violet #7C14EB

Tints of Blue Violet #7C14EB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.28%

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

R = 32.72%
G = 5.28%
B = 62.01%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C14EB (or 0x7C14EB) is known color: Blue Violet. HEX triplet: 7C, 14 and EB. RGB value is (124,20,235). Sum of RGB (Red+Green+Blue) = 124+20+235=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C14EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C14EB is #83EB14. Grayscale: #4A4A4A. Windows color (decimal): -8645397 or 15406204. OLE color: 15406204.

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

Color convert

RGB 124 20 235 -
CMYK 0.47 0.91 0 0.08
HSL 269.02º 0.84% 0.5% -
HSV(B) 269.02º 0.91% 0.92% -
XYZ 23.56 10.78 79.44 -
YUV 75.61 217.96 162.52 -
System Red Green Blue C M Y K H S L
Decimal 124 20 235 0.47 0.91 0 0.08 269.02 0.84 0.5
Hex 7C 14 EB 2F 5B 0 8 10D 54 32
Octal 174 24 353 57 133 0 10 415 124 62
Binary 1111100 10100 11101011 101111 1011011 0 1000 100001101 1010100 110010

Color Harmonies of #7C14EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C14EB

Black with #7C14EB

Text Example


Text Example

White with #7C14EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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