Html Css Color HEX #7124FB Han Purple

📋 copy color: '#7124FB'

red 113 ◦ green 36 ◦ blue 251

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

Shades of Han Purple #7124FB

Tints of Han Purple #7124FB

RGB

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

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

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

R = 28.25%
G = 9%
B = 62.75%

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

#7124FB (or 0x7124FB) is known color: Han Purple. HEX triplet: 71, 24 and FB. RGB value is (113,36,251). Sum of RGB (Red+Green+Blue) = 113+36+251=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #7124FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7124FB is #8EDB04. Grayscale: #525252. Windows color (decimal): -9362181 or 16458865. OLE color: 16458865.

HSL color Cylindrical-coordinate representation of color #7124FB: hue angle of 261.49º degrees, saturation: 0.96, 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 #7124FB is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 36 251 -
CMYK 0.55 0.86 0 0.02
HSL 261.49º 0.96% 0.56% -
HSV(B) 261.49º 0.86% 0.98% -
XYZ 24.85 11.74 92.22 -
YUV 83.53 222.51 149.02 -
System Red Green Blue C M Y K H S L
Decimal 113 36 251 0.55 0.86 0 0.02 261.49 0.96 0.56
Hex 71 24 FB 37 56 0 2 105 60 38
Octal 161 44 373 67 126 0 2 405 140 70
Binary 1110001 100100 11111011 110111 1010110 0 10 100000101 1100000 111000

Color Harmonies of #7124FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124FB

Black with #7124FB

Text Example


Text Example

White with #7124FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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