Html Css Color HEX #7E37CA Blue Violet

📋 copy color: '#7E37CA'

red 126 ◦ green 55 ◦ blue 202

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

Shades of Blue Violet #7E37CA

Tints of Blue Violet #7E37CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.74%

R = 32.9%
G = 14.36%
B = 52.74%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7E37CA (or 0x7E37CA) is known color: Blue Violet. HEX triplet: 7E, 37 and CA. RGB value is (126,55,202). Sum of RGB (Red+Green+Blue) = 126+55+202=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E37CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E37CA is #81C835. Grayscale: #5C5C5C. Windows color (decimal): -8505398 or 13252478. OLE color: 13252478.

HSL color Cylindrical-coordinate representation of color #7E37CA: hue angle of 268.98º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E37CA is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 126 55 202 -
CMYK 0.38 0.73 0 0.21
HSL 268.98º 0.58% 0.5% -
HSV(B) 268.98º 0.73% 0.79% -
XYZ 20.63 11.43 57 -
YUV 92.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 126 55 202 0.38 0.73 0 0.21 268.98 0.58 0.5
Hex 7E 37 CA 26 49 0 15 10D 3A 32
Octal 176 67 312 46 111 0 25 415 72 62
Binary 1111110 110111 11001010 100110 1001001 0 10101 100001101 111010 110010

Color Harmonies of #7E37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E37CA

Black with #7E37CA

Text Example


Text Example

White with #7E37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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