Html Css Color HEX #7C36EB Blue Violet

📋 copy color: '#7C36EB'

red 124 ◦ green 54 ◦ blue 235

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

Shades of Blue Violet #7C36EB

Tints of Blue Violet #7C36EB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.08%

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

R = 30.02%
G = 13.08%
B = 56.9%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C36EB (or 0x7C36EB) is known color: Blue Violet. HEX triplet: 7C, 36 and EB. RGB value is (124,54,235). Sum of RGB (Red+Green+Blue) = 124+54+235=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C36EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C36EB is #83C914. Grayscale: #5E5E5E. Windows color (decimal): -8636693 or 15414908. OLE color: 15414908.

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

Color convert

RGB 124 54 235 -
CMYK 0.47 0.77 0 0.08
HSL 263.2º 0.82% 0.57% -
HSV(B) 263.2º 0.77% 0.92% -
XYZ 24.63 12.92 79.79 -
YUV 95.56 206.69 148.28 -
System Red Green Blue C M Y K H S L
Decimal 124 54 235 0.47 0.77 0 0.08 263.2 0.82 0.57
Hex 7C 36 EB 2F 4D 0 8 107 52 39
Octal 174 66 353 57 115 0 10 407 122 71
Binary 1111100 110110 11101011 101111 1001101 0 1000 100000111 1010010 111001

Color Harmonies of #7C36EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C36EB

Black with #7C36EB

Text Example


Text Example

White with #7C36EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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