Html Css Color HEX #7139FC Blue Violet

📋 copy color: '#7139FC'

red 113 ◦ green 57 ◦ blue 252

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

Shades of Blue Violet #7139FC

Tints of Blue Violet #7139FC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.51%

 BLUE value IS 252 (98.83% from 255) = 59.72%

R = 26.78%
G = 13.51%
B = 59.72%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7139FC (or 0x7139FC) is known color: Blue Violet. HEX triplet: 71, 39 and FC. RGB value is (113,57,252). Sum of RGB (Red+Green+Blue) = 113+57+252=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #7139FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7139FC is #8EC603. Grayscale: #5F5F5F. Windows color (decimal): -9356804 or 16529777. OLE color: 16529777.

HSL color Cylindrical-coordinate representation of color #7139FC: hue angle of 257.23º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7139FC is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 57 252 -
CMYK 0.55 0.77 0 0.01
HSL 257.23º 0.97% 0.61% -
HSV(B) 257.23º 0.77% 0.99% -
XYZ 25.84 13.47 93.33 -
YUV 95.97 216.05 140.14 -
System Red Green Blue C M Y K H S L
Decimal 113 57 252 0.55 0.77 0 0.01 257.23 0.97 0.61
Hex 71 39 FC 37 4D 0 1 101 61 3D
Octal 161 71 374 67 115 0 1 401 141 75
Binary 1110001 111001 11111100 110111 1001101 0 1 100000001 1100001 111101

Color Harmonies of #7139FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7139FC

Black with #7139FC

Text Example


Text Example

White with #7139FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7139FC; }

 p { color: rgb(113,57,252); }

 H1.HeaderClassName
 {
   color: #7139FC;
 }
 .AnyTagClassName
 {
   color: #7139FC;
 }
</style>

background-color css

<style>
 a { background-color: #7139FC; }

 a { background-color: rgb(113,57,252); }

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

border-color css

<style>
 span { border-color: #7139FC; }

 span { border-color: rgb(113,57,252); }

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