Html Css Color HEX #7121F8 Han Purple

📋 copy color: '#7121F8'

red 113 ◦ green 33 ◦ blue 248

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

Shades of Han Purple #7121F8

Tints of Han Purple #7121F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.94%

R = 28.68%
G = 8.38%
B = 62.94%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7121F8 (or 0x7121F8) is known color: Han Purple. HEX triplet: 71, 21 and F8. RGB value is (113,33,248). Sum of RGB (Red+Green+Blue) = 113+33+248=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #7121F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7121F8 is #8EDE07. Grayscale: #505050. Windows color (decimal): -9362952 or 16261489. OLE color: 16261489.

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

Color convert

RGB 113 33 248 -
CMYK 0.54 0.87 0 0.03
HSL 262.33º 0.94% 0.55% -
HSV(B) 262.33º 0.87% 0.97% -
XYZ 24.3 11.38 89.72 -
YUV 81.43 222 150.52 -
System Red Green Blue C M Y K H S L
Decimal 113 33 248 0.54 0.87 0 0.03 262.33 0.94 0.55
Hex 71 21 F8 36 57 0 3 106 5E 37
Octal 161 41 370 66 127 0 3 406 136 67
Binary 1110001 100001 11111000 110110 1010111 0 11 100000110 1011110 110111

Color Harmonies of #7121F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121F8

Black with #7121F8

Text Example


Text Example

White with #7121F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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