Html Css Color HEX #7131FB Blue Violet

📋 copy color: '#7131FB'

red 113 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #7131FB

Tints of Blue Violet #7131FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.86%

 BLUE value IS 251 (98.44% from 255) = 60.77%

R = 27.36%
G = 11.86%
B = 60.77%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7131FB (or 0x7131FB) is known color: Blue Violet. HEX triplet: 71, 31 and FB. RGB value is (113,49,251). Sum of RGB (Red+Green+Blue) = 113+49+251=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #7131FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7131FB is #8ECE04. Grayscale: #5A5A5A. Windows color (decimal): -9358853 or 16462193. OLE color: 16462193.

HSL color Cylindrical-coordinate representation of color #7131FB: hue angle of 259.01º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7131FB is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 49 251 -
CMYK 0.55 0.80 0 0.02
HSL 259.01º 0.96% 0.59% -
HSV(B) 259.01º 0.8% 0.98% -
XYZ 25.32 12.67 92.38 -
YUV 91.16 218.2 143.57 -
System Red Green Blue C M Y K H S L
Decimal 113 49 251 0.55 0.80 0 0.02 259.01 0.96 0.59
Hex 71 31 FB 37 50 0 2 103 60 3B
Octal 161 61 373 67 120 0 2 403 140 73
Binary 1110001 110001 11111011 110111 1010000 0 10 100000011 1100000 111011

Color Harmonies of #7131FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7131FB

Black with #7131FB

Text Example


Text Example

White with #7131FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7131FB; }

 p { color: rgb(113,49,251); }

 H1.HeaderClassName
 {
   color: #7131FB;
 }
 .AnyTagClassName
 {
   color: #7131FB;
 }
</style>

background-color css

<style>
 a { background-color: #7131FB; }

 a { background-color: rgb(113,49,251); }

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

border-color css

<style>
 span { border-color: #7131FB; }

 span { border-color: rgb(113,49,251); }

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