Html Css Color HEX #7128EF Blue Violet

📋 copy color: '#7128EF'

red 113 ◦ green 40 ◦ blue 239

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

Shades of Blue Violet #7128EF

Tints of Blue Violet #7128EF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.2%

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

R = 28.83%
G = 10.2%
B = 60.97%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7128EF (or 0x7128EF) is known color: Blue Violet. HEX triplet: 71, 28 and EF. RGB value is (113,40,239). Sum of RGB (Red+Green+Blue) = 113+40+239=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #7128EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7128EF is #8ED710. Grayscale: #535353. Windows color (decimal): -9361169 or 15673457. OLE color: 15673457.

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

Color convert

RGB 113 40 239 -
CMYK 0.53 0.83 0 0.06
HSL 262.01º 0.86% 0.55% -
HSV(B) 262.01º 0.83% 0.94% -
XYZ 23.15 11.26 82.61 -
YUV 84.51 215.18 148.32 -
System Red Green Blue C M Y K H S L
Decimal 113 40 239 0.53 0.83 0 0.06 262.01 0.86 0.55
Hex 71 28 EF 35 53 0 6 106 56 37
Octal 161 50 357 65 123 0 6 406 126 67
Binary 1110001 101000 11101111 110101 1010011 0 110 100000110 1010110 110111

Color Harmonies of #7128EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7128EF

Black with #7128EF

Text Example


Text Example

White with #7128EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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