Html Css Color HEX #7130EB Blue Violet

📋 copy color: '#7130EB'

red 113 ◦ green 48 ◦ blue 235

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

Shades of Blue Violet #7130EB

Tints of Blue Violet #7130EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.12%

 BLUE value IS 235 (92.19% from 255) = 59.34%

R = 28.54%
G = 12.12%
B = 59.34%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7130EB (or 0x7130EB) is known color: Blue Violet. HEX triplet: 71, 30 and EB. RGB value is (113,48,235). Sum of RGB (Red+Green+Blue) = 113+48+235=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #7130EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7130EB is #8ECF14. Grayscale: #585858. Windows color (decimal): -9359125 or 15413361. OLE color: 15413361.

HSL color Cylindrical-coordinate representation of color #7130EB: hue angle of 260.86º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7130EB is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 48 235 -
CMYK 0.52 0.80 0 0.08
HSL 260.86º 0.82% 0.55% -
HSV(B) 260.86º 0.8% 0.92% -
XYZ 22.86 11.62 79.64 -
YUV 88.75 210.53 145.29 -
System Red Green Blue C M Y K H S L
Decimal 113 48 235 0.52 0.80 0 0.08 260.86 0.82 0.55
Hex 71 30 EB 34 50 0 8 105 52 37
Octal 161 60 353 64 120 0 10 405 122 67
Binary 1110001 110000 11101011 110100 1010000 0 1000 100000101 1010010 110111

Color Harmonies of #7130EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7130EB

Black with #7130EB

Text Example


Text Example

White with #7130EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7130EB; }

 p { color: rgb(113,48,235); }

 H1.HeaderClassName
 {
   color: #7130EB;
 }
 .AnyTagClassName
 {
   color: #7130EB;
 }
</style>

background-color css

<style>
 a { background-color: #7130EB; }

 a { background-color: rgb(113,48,235); }

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

border-color css

<style>
 span { border-color: #7130EB; }

 span { border-color: rgb(113,48,235); }

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