Html Css Color HEX #7E37CD Blue Violet

📋 copy color: '#7E37CD'

red 126 ◦ green 55 ◦ blue 205

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

Shades of Blue Violet #7E37CD

Tints of Blue Violet #7E37CD

RGB

 RED value IS 126 (49.61% from 255) = 32.64%

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 32.64%
G = 14.25%
B = 53.11%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E37CD (or 0x7E37CD) is known color: Blue Violet. HEX triplet: 7E, 37 and CD. RGB value is (126,55,205). Sum of RGB (Red+Green+Blue) = 126+55+205=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E37CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E37CD is #81C832. Grayscale: #5C5C5C. Windows color (decimal): -8505395 or 13449086. OLE color: 13449086.

HSL color Cylindrical-coordinate representation of color #7E37CD: hue angle of 268.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E37CD is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 55 205 -
CMYK 0.39 0.73 0 0.20
HSL 268.4º 0.6% 0.51% -
HSV(B) 268.4º 0.73% 0.8% -
XYZ 20.99 11.58 58.89 -
YUV 93.33 191.02 151.3 -
System Red Green Blue C M Y K H S L
Decimal 126 55 205 0.39 0.73 0 0.20 268.4 0.6 0.51
Hex 7E 37 CD 27 49 0 14 10C 3C 33
Octal 176 67 315 47 111 0 24 414 74 63
Binary 1111110 110111 11001101 100111 1001001 0 10100 100001100 111100 110011

Color Harmonies of #7E37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E37CD

Black with #7E37CD

Text Example


Text Example

White with #7E37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,55,205); }

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

background-color css

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

 a { background-color: rgb(126,55,205); }

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

border-color css

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

 span { border-color: rgb(126,55,205); }

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