Html Css Color HEX #7121F5 Han Purple

📋 copy color: '#7121F5'

red 113 ◦ green 33 ◦ blue 245

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

Shades of Han Purple #7121F5

Tints of Han Purple #7121F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.66%

R = 28.9%
G = 8.44%
B = 62.66%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7121F5 (or 0x7121F5) is known color: Han Purple. HEX triplet: 71, 21 and F5. RGB value is (113,33,245). Sum of RGB (Red+Green+Blue) = 113+33+245=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #7121F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7121F5 is #8EDE0A. Grayscale: #505050. Windows color (decimal): -9362955 or 16064881. OLE color: 16064881.

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

Color convert

RGB 113 33 245 -
CMYK 0.54 0.87 0 0.04
HSL 262.64º 0.91% 0.55% -
HSV(B) 262.64º 0.87% 0.96% -
XYZ 23.84 11.19 87.29 -
YUV 81.09 220.5 150.76 -
System Red Green Blue C M Y K H S L
Decimal 113 33 245 0.54 0.87 0 0.04 262.64 0.91 0.55
Hex 71 21 F5 36 57 0 4 107 5B 37
Octal 161 41 365 66 127 0 4 407 133 67
Binary 1110001 100001 11110101 110110 1010111 0 100 100000111 1011011 110111

Color Harmonies of #7121F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121F5

Black with #7121F5

Text Example


Text Example

White with #7121F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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