Html Css Color HEX #7C36E1 Blue Violet

📋 copy color: '#7C36E1'

red 124 ◦ green 54 ◦ blue 225

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

Shades of Blue Violet #7C36E1

Tints of Blue Violet #7C36E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.83%

R = 30.77%
G = 13.4%
B = 55.83%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7C36E1 (or 0x7C36E1) is known color: Blue Violet. HEX triplet: 7C, 36 and E1. RGB value is (124,54,225). Sum of RGB (Red+Green+Blue) = 124+54+225=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #7C36E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C36E1 is #83C91E. Grayscale: #5D5D5D. Windows color (decimal): -8636703 or 14759548. OLE color: 14759548.

HSL color Cylindrical-coordinate representation of color #7C36E1: hue angle of 264.56º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C36E1 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 124 54 225 -
CMYK 0.45 0.76 0 0.12
HSL 264.56º 0.74% 0.55% -
HSV(B) 264.56º 0.76% 0.88% -
XYZ 23.22 12.36 72.4 -
YUV 94.42 201.69 149.1 -
System Red Green Blue C M Y K H S L
Decimal 124 54 225 0.45 0.76 0 0.12 264.56 0.74 0.55
Hex 7C 36 E1 2D 4C 0 C 109 4A 37
Octal 174 66 341 55 114 0 14 411 112 67
Binary 1111100 110110 11100001 101101 1001100 0 1100 100001001 1001010 110111

Color Harmonies of #7C36E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C36E1

Black with #7C36E1

Text Example


Text Example

White with #7C36E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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