Html Css Color HEX #7129EF Blue Violet

📋 copy color: '#7129EF'

red 113 ◦ green 41 ◦ blue 239

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

Shades of Blue Violet #7129EF

Tints of Blue Violet #7129EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.43%

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

R = 28.75%
G = 10.43%
B = 60.81%

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

#7129EF (or 0x7129EF) is known color: Blue Violet. HEX triplet: 71, 29 and EF. RGB value is (113,41,239). Sum of RGB (Red+Green+Blue) = 113+41+239=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #7129EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7129EF is #8ED610. Grayscale: #545454. Windows color (decimal): -9360913 or 15673713. OLE color: 15673713.

HSL color Cylindrical-coordinate representation of color #7129EF: hue angle of 261.82º 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 #7129EF is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 41 239 -
CMYK 0.53 0.83 0 0.06
HSL 261.82º 0.86% 0.55% -
HSV(B) 261.82º 0.83% 0.94% -
XYZ 23.18 11.33 82.63 -
YUV 85.1 214.85 147.9 -
System Red Green Blue C M Y K H S L
Decimal 113 41 239 0.53 0.83 0 0.06 261.82 0.86 0.55
Hex 71 29 EF 35 53 0 6 106 56 37
Octal 161 51 357 65 123 0 6 406 126 67
Binary 1110001 101001 11101111 110101 1010011 0 110 100000110 1010110 110111

Color Harmonies of #7129EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7129EF

Black with #7129EF

Text Example


Text Example

White with #7129EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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