Html Css Color HEX #7138FB Blue Violet

📋 copy color: '#7138FB'

red 113 ◦ green 56 ◦ blue 251

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

Shades of Blue Violet #7138FB

Tints of Blue Violet #7138FB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.33%

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

R = 26.9%
G = 13.33%
B = 59.76%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7138FB (or 0x7138FB) is known color: Blue Violet. HEX triplet: 71, 38 and FB. RGB value is (113,56,251). Sum of RGB (Red+Green+Blue) = 113+56+251=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #7138FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7138FB is #8EC704. Grayscale: #5E5E5E. Windows color (decimal): -9357061 or 16463985. OLE color: 16463985.

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

Color convert

RGB 113 56 251 -
CMYK 0.55 0.78 0 0.02
HSL 257.54º 0.96% 0.6% -
HSV(B) 257.54º 0.78% 0.98% -
XYZ 25.64 13.3 92.48 -
YUV 95.27 215.88 140.64 -
System Red Green Blue C M Y K H S L
Decimal 113 56 251 0.55 0.78 0 0.02 257.54 0.96 0.6
Hex 71 38 FB 37 4E 0 2 102 60 3C
Octal 161 70 373 67 116 0 2 402 140 74
Binary 1110001 111000 11111011 110111 1001110 0 10 100000010 1100000 111100

Color Harmonies of #7138FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7138FB

Black with #7138FB

Text Example


Text Example

White with #7138FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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