Html Css Color HEX #7612E8 Blue Violet

📋 copy color: '#7612E8'

red 118 ◦ green 18 ◦ blue 232

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

Shades of Blue Violet #7612E8

Tints of Blue Violet #7612E8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.89%

 BLUE value IS 232 (91.02% from 255) = 63.04%

R = 32.07%
G = 4.89%
B = 63.04%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7612E8 (or 0x7612E8) is known color: Blue Violet. HEX triplet: 76, 12 and E8. RGB value is (118,18,232). Sum of RGB (Red+Green+Blue) = 118+18+232=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #7612E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7612E8 is #89ED17. Grayscale: #474747. Windows color (decimal): -9039128 or 15209078. OLE color: 15209078.

HSL color Cylindrical-coordinate representation of color #7612E8: hue angle of 268.04º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7612E8 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 18 232 -
CMYK 0.49 0.92 0 0.09
HSL 268.04º 0.86% 0.49% -
HSV(B) 268.04º 0.92% 0.91% -
XYZ 22.25 10.11 77.12 -
YUV 72.3 218.13 160.6 -
System Red Green Blue C M Y K H S L
Decimal 118 18 232 0.49 0.92 0 0.09 268.04 0.86 0.49
Hex 76 12 E8 31 5C 0 9 10C 56 31
Octal 166 22 350 61 134 0 11 414 126 61
Binary 1110110 10010 11101000 110001 1011100 0 1001 100001100 1010110 110001

Color Harmonies of #7612E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7612E8

Black with #7612E8

Text Example


Text Example

White with #7612E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7612E8; }

 p { color: rgb(118,18,232); }

 H1.HeaderClassName
 {
   color: #7612E8;
 }
 .AnyTagClassName
 {
   color: #7612E8;
 }
</style>

background-color css

<style>
 a { background-color: #7612E8; }

 a { background-color: rgb(118,18,232); }

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

border-color css

<style>
 span { border-color: #7612E8; }

 span { border-color: rgb(118,18,232); }

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