Html Css Color HEX #7E31CA Blue Violet

📋 copy color: '#7E31CA'

red 126 ◦ green 49 ◦ blue 202

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

Shades of Blue Violet #7E31CA

Tints of Blue Violet #7E31CA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13%

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

R = 33.42%
G = 13%
B = 53.58%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7E31CA (or 0x7E31CA) is known color: Blue Violet. HEX triplet: 7E, 31 and CA. RGB value is (126,49,202). Sum of RGB (Red+Green+Blue) = 126+49+202=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E31CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E31CA is #81CE35. Grayscale: #585858. Windows color (decimal): -8506934 or 13250942. OLE color: 13250942.

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

Color convert

RGB 126 49 202 -
CMYK 0.38 0.76 0 0.21
HSL 270.2º 0.61% 0.49% -
HSV(B) 270.2º 0.76% 0.79% -
XYZ 20.36 10.9 56.91 -
YUV 89.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 126 49 202 0.38 0.76 0 0.21 270.2 0.61 0.49
Hex 7E 31 CA 26 4C 0 15 10E 3D 31
Octal 176 61 312 46 114 0 25 416 75 61
Binary 1111110 110001 11001010 100110 1001100 0 10101 100001110 111101 110001

Color Harmonies of #7E31CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E31CA

Black with #7E31CA

Text Example


Text Example

White with #7E31CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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