Html Css Color HEX #7121FA Han Purple

📋 copy color: '#7121FA'

red 113 ◦ green 33 ◦ blue 250

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

Shades of Han Purple #7121FA

Tints of Han Purple #7121FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.33%

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

R = 28.54%
G = 8.33%
B = 63.13%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7121FA (or 0x7121FA) is known color: Han Purple. HEX triplet: 71, 21 and FA. RGB value is (113,33,250). Sum of RGB (Red+Green+Blue) = 113+33+250=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #7121FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7121FA is #8EDE05. Grayscale: #505050. Windows color (decimal): -9362950 or 16392561. OLE color: 16392561.

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

Color convert

RGB 113 33 250 -
CMYK 0.55 0.87 0 0.02
HSL 262.12º 0.96% 0.55% -
HSV(B) 262.12º 0.87% 0.98% -
XYZ 24.61 11.5 91.37 -
YUV 81.66 223 150.36 -
System Red Green Blue C M Y K H S L
Decimal 113 33 250 0.55 0.87 0 0.02 262.12 0.96 0.55
Hex 71 21 FA 37 57 0 2 106 60 37
Octal 161 41 372 67 127 0 2 406 140 67
Binary 1110001 100001 11111010 110111 1010111 0 10 100000110 1100000 110111

Color Harmonies of #7121FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121FA

Black with #7121FA

Text Example


Text Example

White with #7121FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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