Html Css Color HEX #7139E0 Blue Violet

📋 copy color: '#7139E0'

red 113 ◦ green 57 ◦ blue 224

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

Shades of Blue Violet #7139E0

Tints of Blue Violet #7139E0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.47%

 BLUE value IS 224 (87.89% from 255) = 56.85%

R = 28.68%
G = 14.47%
B = 56.85%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7139E0 (or 0x7139E0) is known color: Blue Violet. HEX triplet: 71, 39 and E0. RGB value is (113,57,224). Sum of RGB (Red+Green+Blue) = 113+57+224=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 224 (87.89% from 255 or 56.85% from 394); Max value from RGB is 224 - color contains mainly: blue. Hex color #7139E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139E0 is #8EC61F. Grayscale: #5C5C5C. Windows color (decimal): -9356832 or 14694769. OLE color: 14694769.

HSL color Cylindrical-coordinate representation of color #7139E0: hue angle of 260.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7139E0 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 57 224 -
CMYK 0.50 0.75 0 0.12
HSL 260.12º 0.73% 0.55% -
HSV(B) 260.12º 0.75% 0.88% -
XYZ 21.73 11.82 71.66 -
YUV 92.78 202.05 142.42 -
System Red Green Blue C M Y K H S L
Decimal 113 57 224 0.50 0.75 0 0.12 260.12 0.73 0.55
Hex 71 39 E0 32 4B 0 C 104 49 37
Octal 161 71 340 62 113 0 14 404 111 67
Binary 1110001 111001 11100000 110010 1001011 0 1100 100000100 1001001 110111

Color Harmonies of #7139E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7139E0

Black with #7139E0

Text Example


Text Example

White with #7139E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7139E0; }

 p { color: rgb(113,57,224); }

 H1.HeaderClassName
 {
   color: #7139E0;
 }
 .AnyTagClassName
 {
   color: #7139E0;
 }
</style>

background-color css

<style>
 a { background-color: #7139E0; }

 a { background-color: rgb(113,57,224); }

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

border-color css

<style>
 span { border-color: #7139E0; }

 span { border-color: rgb(113,57,224); }

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