Html Css Color HEX #7126FF Han Purple

📋 copy color: '#7126FF'

red 113 ◦ green 38 ◦ blue 255

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

Shades of Han Purple #7126FF

Tints of Han Purple #7126FF

RGB

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

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

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

R = 27.83%
G = 9.36%
B = 62.81%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7126FF (or 0x7126FF) is known color: Han Purple. HEX triplet: 71, 26 and FF. RGB value is (113,38,255). Sum of RGB (Red+Green+Blue) = 113+38+255=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #7126FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7126FF is #8ED900. Grayscale: #545454. Windows color (decimal): -9361665 or 16721521. OLE color: 16721521.

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

Color convert

RGB 113 38 255 -
CMYK 0.56 0.85 0 0
HSL 260.74º 1% 0.57% -
HSV(B) 260.74º 0.85% 1% -
XYZ 25.55 12.12 95.6 -
YUV 85.16 223.85 147.86 -
System Red Green Blue C M Y K H S L
Decimal 113 38 255 0.56 0.85 0 0 260.74 1 0.57
Hex 71 26 FF 38 55 0 0 105 64 39
Octal 161 46 377 70 125 0 0 405 144 71
Binary 1110001 100110 11111111 111000 1010101 0 0 100000101 1100100 111001

Color Harmonies of #7126FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7126FF

Black with #7126FF

Text Example


Text Example

White with #7126FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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