Html Css Color HEX #7616EA Blue Violet

📋 copy color: '#7616EA'

red 118 ◦ green 22 ◦ blue 234

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

Shades of Blue Violet #7616EA

Tints of Blue Violet #7616EA

RGB

 RED value IS 118 (46.48% from 255) = 31.55%

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

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 31.55%
G = 5.88%
B = 62.57%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7616EA (or 0x7616EA) is known color: Blue Violet. HEX triplet: 76, 16 and EA. RGB value is (118,22,234). Sum of RGB (Red+Green+Blue) = 118+22+234=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #7616EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7616EA is #89E915. Grayscale: #4A4A4A. Windows color (decimal): -9038102 or 15341174. OLE color: 15341174.

HSL color Cylindrical-coordinate representation of color #7616EA: hue angle of 267.17º degrees, saturation: 0.83, 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 #7616EA is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 22 234 -
CMYK 0.50 0.91 0 0.08
HSL 267.17º 0.83% 0.5% -
HSV(B) 267.17º 0.91% 0.92% -
XYZ 22.61 10.37 78.65 -
YUV 74.87 217.8 158.76 -
System Red Green Blue C M Y K H S L
Decimal 118 22 234 0.50 0.91 0 0.08 267.17 0.83 0.5
Hex 76 16 EA 32 5B 0 8 10B 53 32
Octal 166 26 352 62 133 0 10 413 123 62
Binary 1110110 10110 11101010 110010 1011011 0 1000 100001011 1010011 110010

Color Harmonies of #7616EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7616EA

Black with #7616EA

Text Example


Text Example

White with #7616EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7616EA; }

 p { color: rgb(118,22,234); }

 H1.HeaderClassName
 {
   color: #7616EA;
 }
 .AnyTagClassName
 {
   color: #7616EA;
 }
</style>

background-color css

<style>
 a { background-color: #7616EA; }

 a { background-color: rgb(118,22,234); }

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

border-color css

<style>
 span { border-color: #7616EA; }

 span { border-color: rgb(118,22,234); }

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