#7138FD

Color #7138FD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7138FD

Tints of Blue Violet #7138FD

Color information

#7138FD (or 0x7138FD) is unknown color: approx Blue Violet. HEX triplet: 71, 38 and FD. RGB value is (113,56,253). Sum of RGB (Red+Green+Blue) = 113+56+253=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #7138FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7138FD is #8EC702. Grayscale: #5E5E5E. Windows color (decimal): -9357059 or 16595057. OLE color: 16595057.

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

Color convert

RGB11356253-
CMYK0.550.7800.01
HSL257.36º98.01%60.59%-
HSV(B)257.36º77.87%99.22%-
XYZ25.9513.4394.15-
YUV95.5216.88140.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 56 (22.27% from 255) = 13.27%
BLUE value IS 253 (99.22% from 255) = 59.95%
R=26.78%
G=13.27%
B=59.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal113562530.550.7800.01257.3698.0160.59
Hex7138FD374E01101623d
Octal16170375671160140114275
Binary1110001111000111111011101111001110011000000011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7138FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7138FD;
 }
 .AnyTagClassName
 {
   color: #7138FD;
 }
</style>
background-color css

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

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

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

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

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

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