Html Css Color HEX #7131FF Han Purple

📋 copy color: '#7131FF'

red 113 ◦ green 49 ◦ blue 255

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

Shades of Han Purple #7131FF

Tints of Han Purple #7131FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 27.1%
G = 11.75%
B = 61.15%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7131FF (or 0x7131FF) is known color: Han Purple. HEX triplet: 71, 31 and FF. RGB value is (113,49,255). Sum of RGB (Red+Green+Blue) = 113+49+255=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #7131FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7131FF is #8ECE00. Grayscale: #5A5A5A. Windows color (decimal): -9358849 or 16724337. OLE color: 16724337.

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

Color convert

RGB 113 49 255 -
CMYK 0.56 0.81 0 0
HSL 258.64º 1% 0.6% -
HSV(B) 258.64º 0.81% 1% -
XYZ 25.96 12.93 95.73 -
YUV 91.62 220.2 143.25 -
System Red Green Blue C M Y K H S L
Decimal 113 49 255 0.56 0.81 0 0 258.64 1 0.6
Hex 71 31 FF 38 51 0 0 103 64 3C
Octal 161 61 377 70 121 0 0 403 144 74
Binary 1110001 110001 11111111 111000 1010001 0 0 100000011 1100100 111100

Color Harmonies of #7131FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7131FF

Black with #7131FF

Text Example


Text Example

White with #7131FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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