Html Css Color HEX #7121EB Blue Violet

📋 copy color: '#7121EB'

red 113 ◦ green 33 ◦ blue 235

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

Shades of Blue Violet #7121EB

Tints of Blue Violet #7121EB

RGB

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

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

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

R = 29.66%
G = 8.66%
B = 61.68%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7121EB (or 0x7121EB) is known color: Blue Violet. HEX triplet: 71, 21 and EB. RGB value is (113,33,235). Sum of RGB (Red+Green+Blue) = 113+33+235=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #7121EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7121EB is #8EDE14. Grayscale: #4F4F4F. Windows color (decimal): -9362965 or 15409521. OLE color: 15409521.

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

Color convert

RGB 113 33 235 -
CMYK 0.52 0.86 0 0.08
HSL 263.76º 0.83% 0.53% -
HSV(B) 263.76º 0.86% 0.92% -
XYZ 22.35 10.6 79.46 -
YUV 79.95 215.5 151.57 -
System Red Green Blue C M Y K H S L
Decimal 113 33 235 0.52 0.86 0 0.08 263.76 0.83 0.53
Hex 71 21 EB 34 56 0 8 108 53 35
Octal 161 41 353 64 126 0 10 410 123 65
Binary 1110001 100001 11101011 110100 1010110 0 1000 100001000 1010011 110101

Color Harmonies of #7121EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121EB

Black with #7121EB

Text Example


Text Example

White with #7121EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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