Html Css Color HEX #7141EB Blue Violet

📋 copy color: '#7141EB'

red 113 ◦ green 65 ◦ blue 235

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

Shades of Blue Violet #7141EB

Tints of Blue Violet #7141EB

RGB

 RED value IS 113 (44.53% from 255) = 27.36%

 GREEN value IS 65 (25.78% from 255) = 15.74%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 27.36%
G = 15.74%
B = 56.9%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7141EB (or 0x7141EB) is known color: Blue Violet. HEX triplet: 71, 41 and EB. RGB value is (113,65,235). Sum of RGB (Red+Green+Blue) = 113+65+235=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #7141EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141EB is #8EBE14. Grayscale: #626262. Windows color (decimal): -9354773 or 15417713. OLE color: 15417713.

HSL color Cylindrical-coordinate representation of color #7141EB: hue angle of 256.94º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7141EB is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 65 235 -
CMYK 0.52 0.72 0 0.08
HSL 256.94º 0.81% 0.59% -
HSV(B) 256.94º 0.72% 0.92% -
XYZ 23.7 13.29 79.91 -
YUV 98.73 204.9 138.18 -
System Red Green Blue C M Y K H S L
Decimal 113 65 235 0.52 0.72 0 0.08 256.94 0.81 0.59
Hex 71 41 EB 34 48 0 8 101 51 3B
Octal 161 101 353 64 110 0 10 401 121 73
Binary 1110001 1000001 11101011 110100 1001000 0 1000 100000001 1010001 111011

Color Harmonies of #7141EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7141EB

Black with #7141EB

Text Example


Text Example

White with #7141EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7141EB; }

 p { color: rgb(113,65,235); }

 H1.HeaderClassName
 {
   color: #7141EB;
 }
 .AnyTagClassName
 {
   color: #7141EB;
 }
</style>

background-color css

<style>
 a { background-color: #7141EB; }

 a { background-color: rgb(113,65,235); }

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

border-color css

<style>
 span { border-color: #7141EB; }

 span { border-color: rgb(113,65,235); }

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