Html Css Color HEX #7126FA Han Purple

📋 copy color: '#7126FA'

red 113 ◦ green 38 ◦ blue 250

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

Shades of Han Purple #7126FA

Tints of Han Purple #7126FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.48%

 BLUE value IS 250 (98.05% from 255) = 62.34%

R = 28.18%
G = 9.48%
B = 62.34%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7126FA (or 0x7126FA) is known color: Han Purple. HEX triplet: 71, 26 and FA. RGB value is (113,38,250). Sum of RGB (Red+Green+Blue) = 113+38+250=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #7126FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7126FA is #8ED905. Grayscale: #535353. Windows color (decimal): -9361670 or 16393841. OLE color: 16393841.

HSL color Cylindrical-coordinate representation of color #7126FA: hue angle of 261.23º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7126FA is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 38 250 -
CMYK 0.55 0.85 0 0.02
HSL 261.23º 0.95% 0.56% -
HSV(B) 261.23º 0.85% 0.98% -
XYZ 24.76 11.8 91.42 -
YUV 84.59 221.35 148.26 -
System Red Green Blue C M Y K H S L
Decimal 113 38 250 0.55 0.85 0 0.02 261.23 0.95 0.56
Hex 71 26 FA 37 55 0 2 105 5F 38
Octal 161 46 372 67 125 0 2 405 137 70
Binary 1110001 100110 11111010 110111 1010101 0 10 100000101 1011111 111000

Color Harmonies of #7126FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7126FA

Black with #7126FA

Text Example


Text Example

White with #7126FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7126FA; }

 p { color: rgb(113,38,250); }

 H1.HeaderClassName
 {
   color: #7126FA;
 }
 .AnyTagClassName
 {
   color: #7126FA;
 }
</style>

background-color css

<style>
 a { background-color: #7126FA; }

 a { background-color: rgb(113,38,250); }

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

border-color css

<style>
 span { border-color: #7126FA; }

 span { border-color: rgb(113,38,250); }

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