Html Css Color HEX #7124F9 Han Purple

📋 copy color: '#7124F9'

red 113 ◦ green 36 ◦ blue 249

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

Shades of Han Purple #7124F9

Tints of Han Purple #7124F9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.05%

 BLUE value IS 249 (97.66% from 255) = 62.56%

R = 28.39%
G = 9.05%
B = 62.56%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7124F9 (or 0x7124F9) is known color: Han Purple. HEX triplet: 71, 24 and F9. RGB value is (113,36,249). Sum of RGB (Red+Green+Blue) = 113+36+249=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #7124F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7124F9 is #8EDB06. Grayscale: #525252. Windows color (decimal): -9362183 or 16327793. OLE color: 16327793.

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

Color convert

RGB 113 36 249 -
CMYK 0.55 0.86 0 0.02
HSL 261.69º 0.95% 0.56% -
HSV(B) 261.69º 0.86% 0.98% -
XYZ 24.54 11.61 90.57 -
YUV 83.31 221.51 149.18 -
System Red Green Blue C M Y K H S L
Decimal 113 36 249 0.55 0.86 0 0.02 261.69 0.95 0.56
Hex 71 24 F9 37 56 0 2 106 5F 38
Octal 161 44 371 67 126 0 2 406 137 70
Binary 1110001 100100 11111001 110111 1010110 0 10 100000110 1011111 111000

Color Harmonies of #7124F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124F9

Black with #7124F9

Text Example


Text Example

White with #7124F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7124F9; }

 p { color: rgb(113,36,249); }

 H1.HeaderClassName
 {
   color: #7124F9;
 }
 .AnyTagClassName
 {
   color: #7124F9;
 }
</style>

background-color css

<style>
 a { background-color: #7124F9; }

 a { background-color: rgb(113,36,249); }

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

border-color css

<style>
 span { border-color: #7124F9; }

 span { border-color: rgb(113,36,249); }

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