Html Css Color HEX #7121FB Han Purple

📋 copy color: '#7121FB'

red 113 ◦ green 33 ◦ blue 251

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

Shades of Han Purple #7121FB

Tints of Han Purple #7121FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.22%

R = 28.46%
G = 8.31%
B = 63.22%

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

#7121FB (or 0x7121FB) is known color: Han Purple. HEX triplet: 71, 21 and FB. RGB value is (113,33,251). Sum of RGB (Red+Green+Blue) = 113+33+251=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #7121FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7121FB is #8EDE04. Grayscale: #505050. Windows color (decimal): -9362949 or 16458097. OLE color: 16458097.

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

Color convert

RGB 113 33 251 -
CMYK 0.55 0.87 0 0.02
HSL 262.02º 0.96% 0.56% -
HSV(B) 262.02º 0.87% 0.98% -
XYZ 24.77 11.56 92.19 -
YUV 81.77 223.5 150.27 -
System Red Green Blue C M Y K H S L
Decimal 113 33 251 0.55 0.87 0 0.02 262.02 0.96 0.56
Hex 71 21 FB 37 57 0 2 106 60 38
Octal 161 41 373 67 127 0 2 406 140 70
Binary 1110001 100001 11111011 110111 1010111 0 10 100000110 1100000 111000

Color Harmonies of #7121FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121FB

Black with #7121FB

Text Example


Text Example

White with #7121FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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