Html Css Color HEX #7C37CE Blue Violet

📋 copy color: '#7C37CE'

red 124 ◦ green 55 ◦ blue 206

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

Shades of Blue Violet #7C37CE

Tints of Blue Violet #7C37CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.29%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 32.21%
G = 14.29%
B = 53.51%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C37CE (or 0x7C37CE) is known color: Blue Violet. HEX triplet: 7C, 37 and CE. RGB value is (124,55,206). Sum of RGB (Red+Green+Blue) = 124+55+206=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C37CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C37CE is #83C831. Grayscale: #5C5C5C. Windows color (decimal): -8636466 or 13514620. OLE color: 13514620.

HSL color Cylindrical-coordinate representation of color #7C37CE: hue angle of 267.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C37CE is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 55 206 -
CMYK 0.40 0.73 0 0.19
HSL 267.42º 0.61% 0.51% -
HSV(B) 267.42º 0.73% 0.81% -
XYZ 20.82 11.47 59.51 -
YUV 92.85 191.86 150.22 -
System Red Green Blue C M Y K H S L
Decimal 124 55 206 0.40 0.73 0 0.19 267.42 0.61 0.51
Hex 7C 37 CE 28 49 0 13 10B 3D 33
Octal 174 67 316 50 111 0 23 413 75 63
Binary 1111100 110111 11001110 101000 1001001 0 10011 100001011 111101 110011

Color Harmonies of #7C37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C37CE

Black with #7C37CE

Text Example


Text Example

White with #7C37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,55,206); }

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

background-color css

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

 a { background-color: rgb(124,55,206); }

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

border-color css

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

 span { border-color: rgb(124,55,206); }

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