Html Css Color HEX #7131FE Han Purple

📋 copy color: '#7131FE'

red 113 ◦ green 49 ◦ blue 254

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

Shades of Han Purple #7131FE

Tints of Han Purple #7131FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.78%

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

R = 27.16%
G = 11.78%
B = 61.06%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7131FE (or 0x7131FE) is known color: Han Purple. HEX triplet: 71, 31 and FE. RGB value is (113,49,254). Sum of RGB (Red+Green+Blue) = 113+49+254=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #7131FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7131FE is #8ECE01. Grayscale: #5A5A5A. Windows color (decimal): -9358850 or 16658801. OLE color: 16658801.

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

Color convert

RGB 113 49 254 -
CMYK 0.56 0.81 0 0.00
HSL 258.73º 0.99% 0.59% -
HSV(B) 258.73º 0.81% 1% -
XYZ 25.8 12.86 94.89 -
YUV 91.51 219.7 143.33 -
System Red Green Blue C M Y K H S L
Decimal 113 49 254 0.56 0.81 0 0.00 258.73 0.99 0.59
Hex 71 31 FE 38 51 0 0 103 63 3B
Octal 161 61 376 70 121 0 0 403 143 73
Binary 1110001 110001 11111110 111000 1010001 0 0 100000011 1100011 111011

Color Harmonies of #7131FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7131FE

Black with #7131FE

Text Example


Text Example

White with #7131FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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