Html Css Color HEX #7125EA Blue Violet

📋 copy color: '#7125EA'

red 113 ◦ green 37 ◦ blue 234

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

Shades of Blue Violet #7125EA

Tints of Blue Violet #7125EA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.64%

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

R = 29.43%
G = 9.64%
B = 60.94%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7125EA (or 0x7125EA) is known color: Blue Violet. HEX triplet: 71, 25 and EA. RGB value is (113,37,234). Sum of RGB (Red+Green+Blue) = 113+37+234=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #7125EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7125EA is #8EDA15. Grayscale: #515151. Windows color (decimal): -9361942 or 15345009. OLE color: 15345009.

HSL color Cylindrical-coordinate representation of color #7125EA: hue angle of 263.15º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7125EA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 37 234 -
CMYK 0.52 0.84 0 0.08
HSL 263.15º 0.82% 0.53% -
HSV(B) 263.15º 0.84% 0.92% -
XYZ 22.32 10.77 78.75 -
YUV 82.18 213.68 149.98 -
System Red Green Blue C M Y K H S L
Decimal 113 37 234 0.52 0.84 0 0.08 263.15 0.82 0.53
Hex 71 25 EA 34 54 0 8 107 52 35
Octal 161 45 352 64 124 0 10 407 122 65
Binary 1110001 100101 11101010 110100 1010100 0 1000 100000111 1010010 110101

Color Harmonies of #7125EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7125EA

Black with #7125EA

Text Example


Text Example

White with #7125EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,37,234); }

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

background-color css

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

 a { background-color: rgb(113,37,234); }

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

border-color css

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

 span { border-color: rgb(113,37,234); }

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