Html Css Color HEX #7124F6 Han Purple

📋 copy color: '#7124F6'

red 113 ◦ green 36 ◦ blue 246

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

Shades of Han Purple #7124F6

Tints of Han Purple #7124F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.28%

R = 28.61%
G = 9.11%
B = 62.28%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7124F6 (or 0x7124F6) is known color: Han Purple. HEX triplet: 71, 24 and F6. RGB value is (113,36,246). Sum of RGB (Red+Green+Blue) = 113+36+246=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #7124F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7124F6 is #8EDB09. Grayscale: #525252. Windows color (decimal): -9362186 or 16131185. OLE color: 16131185.

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

Color convert

RGB 113 36 246 -
CMYK 0.54 0.85 0 0.04
HSL 262º 0.92% 0.55% -
HSV(B) 262º 0.85% 0.96% -
XYZ 24.08 11.43 88.13 -
YUV 82.96 220.01 149.42 -
System Red Green Blue C M Y K H S L
Decimal 113 36 246 0.54 0.85 0 0.04 262 0.92 0.55
Hex 71 24 F6 36 55 0 4 106 5C 37
Octal 161 44 366 66 125 0 4 406 134 67
Binary 1110001 100100 11110110 110110 1010101 0 100 100000110 1011100 110111

Color Harmonies of #7124F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124F6

Black with #7124F6

Text Example


Text Example

White with #7124F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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