Html Css Color HEX #7416EB Blue Violet

📋 copy color: '#7416EB'

red 116 ◦ green 22 ◦ blue 235

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

Shades of Blue Violet #7416EB

Tints of Blue Violet #7416EB

RGB

 RED value IS 116 (45.7% from 255) = 31.1%

 GREEN value IS 22 (8.98% from 255) = 5.9%

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

R = 31.1%
G = 5.9%
B = 63%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7416EB (or 0x7416EB) is known color: Blue Violet. HEX triplet: 74, 16 and EB. RGB value is (116,22,235). Sum of RGB (Red+Green+Blue) = 116+22+235=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #7416EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7416EB is #8BE914. Grayscale: #494949. Windows color (decimal): -9169173 or 15406708. OLE color: 15406708.

HSL color Cylindrical-coordinate representation of color #7416EB: hue angle of 266.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7416EB is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 22 235 -
CMYK 0.51 0.91 0 0.08
HSL 266.48º 0.84% 0.5% -
HSV(B) 266.48º 0.91% 0.92% -
XYZ 22.48 10.28 79.4 -
YUV 74.39 218.64 157.68 -
System Red Green Blue C M Y K H S L
Decimal 116 22 235 0.51 0.91 0 0.08 266.48 0.84 0.5
Hex 74 16 EB 33 5B 0 8 10A 54 32
Octal 164 26 353 63 133 0 10 412 124 62
Binary 1110100 10110 11101011 110011 1011011 0 1000 100001010 1010100 110010

Color Harmonies of #7416EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7416EB

Black with #7416EB

Text Example


Text Example

White with #7416EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,22,235); }

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

background-color css

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

 a { background-color: rgb(116,22,235); }

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

border-color css

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

 span { border-color: rgb(116,22,235); }

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