Html Css Color HEX #7137FA Blue Violet

📋 copy color: '#7137FA'

red 113 ◦ green 55 ◦ blue 250

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

Shades of Blue Violet #7137FA

Tints of Blue Violet #7137FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.16%

 BLUE value IS 250 (98.05% from 255) = 59.81%

R = 27.03%
G = 13.16%
B = 59.81%

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

#7137FA (or 0x7137FA) is known color: Blue Violet. HEX triplet: 71, 37 and FA. RGB value is (113,55,250). Sum of RGB (Red+Green+Blue) = 113+55+250=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #7137FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7137FA is #8EC805. Grayscale: #5D5D5D. Windows color (decimal): -9357318 or 16398193. OLE color: 16398193.

HSL color Cylindrical-coordinate representation of color #7137FA: hue angle of 257.85º degrees, saturation: 0.95, 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 #7137FA is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 55 250 -
CMYK 0.55 0.78 0 0.02
HSL 257.85º 0.95% 0.6% -
HSV(B) 257.85º 0.78% 0.98% -
XYZ 25.43 13.15 91.64 -
YUV 94.57 215.72 141.14 -
System Red Green Blue C M Y K H S L
Decimal 113 55 250 0.55 0.78 0 0.02 257.85 0.95 0.6
Hex 71 37 FA 37 4E 0 2 102 5F 3C
Octal 161 67 372 67 116 0 2 402 137 74
Binary 1110001 110111 11111010 110111 1001110 0 10 100000010 1011111 111100

Color Harmonies of #7137FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7137FA

Black with #7137FA

Text Example


Text Example

White with #7137FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7137FA; }

 p { color: rgb(113,55,250); }

 H1.HeaderClassName
 {
   color: #7137FA;
 }
 .AnyTagClassName
 {
   color: #7137FA;
 }
</style>

background-color css

<style>
 a { background-color: #7137FA; }

 a { background-color: rgb(113,55,250); }

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

border-color css

<style>
 span { border-color: #7137FA; }

 span { border-color: rgb(113,55,250); }

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