Html Css Color HEX #7121EF Blue Violet

📋 copy color: '#7121EF'

red 113 ◦ green 33 ◦ blue 239

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

Shades of Blue Violet #7121EF

Tints of Blue Violet #7121EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.57%

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 29.35%
G = 8.57%
B = 62.08%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7121EF (or 0x7121EF) is known color: Blue Violet. HEX triplet: 71, 21 and EF. RGB value is (113,33,239). Sum of RGB (Red+Green+Blue) = 113+33+239=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #7121EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7121EF is #8EDE10. Grayscale: #4F4F4F. Windows color (decimal): -9362961 or 15671665. OLE color: 15671665.

HSL color Cylindrical-coordinate representation of color #7121EF: hue angle of 263.3º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7121EF is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 33 239 -
CMYK 0.53 0.86 0 0.06
HSL 263.3º 0.87% 0.53% -
HSV(B) 263.3º 0.86% 0.94% -
XYZ 22.93 10.83 82.54 -
YUV 80.4 217.5 151.25 -
System Red Green Blue C M Y K H S L
Decimal 113 33 239 0.53 0.86 0 0.06 263.3 0.87 0.53
Hex 71 21 EF 35 56 0 6 107 57 35
Octal 161 41 357 65 126 0 6 407 127 65
Binary 1110001 100001 11101111 110101 1010110 0 110 100000111 1010111 110101

Color Harmonies of #7121EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121EF

Black with #7121EF

Text Example


Text Example

White with #7121EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7121EF; }

 p { color: rgb(113,33,239); }

 H1.HeaderClassName
 {
   color: #7121EF;
 }
 .AnyTagClassName
 {
   color: #7121EF;
 }
</style>

background-color css

<style>
 a { background-color: #7121EF; }

 a { background-color: rgb(113,33,239); }

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

border-color css

<style>
 span { border-color: #7121EF; }

 span { border-color: rgb(113,33,239); }

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