Html Css Color HEX #7138FE Blue Violet

📋 copy color: '#7138FE'

red 113 ◦ green 56 ◦ blue 254

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

Shades of Blue Violet #7138FE

Tints of Blue Violet #7138FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 26.71%
G = 13.24%
B = 60.05%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7138FE (or 0x7138FE) is known color: Blue Violet. HEX triplet: 71, 38 and FE. RGB value is (113,56,254). Sum of RGB (Red+Green+Blue) = 113+56+254=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #7138FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7138FE is #8EC701. Grayscale: #5E5E5E. Windows color (decimal): -9357058 or 16660593. OLE color: 16660593.

HSL color Cylindrical-coordinate representation of color #7138FE: hue angle of 257.27º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7138FE is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 56 254 -
CMYK 0.56 0.78 0 0.00
HSL 257.27º 0.99% 0.61% -
HSV(B) 257.27º 0.78% 1% -
XYZ 26.11 13.49 94.99 -
YUV 95.62 217.38 140.4 -
System Red Green Blue C M Y K H S L
Decimal 113 56 254 0.56 0.78 0 0.00 257.27 0.99 0.61
Hex 71 38 FE 38 4E 0 0 101 63 3D
Octal 161 70 376 70 116 0 0 401 143 75
Binary 1110001 111000 11111110 111000 1001110 0 0 100000001 1100011 111101

Color Harmonies of #7138FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7138FE

Black with #7138FE

Text Example


Text Example

White with #7138FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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