Html Css Color HEX #7024FB Han Purple

📋 copy color: '#7024FB'

red 112 ◦ green 36 ◦ blue 251

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

Shades of Han Purple #7024FB

Tints of Han Purple #7024FB

RGB

 RED value IS 112 (44.14% from 255) = 28.07%

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

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

R = 28.07%
G = 9.02%
B = 62.91%

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

#7024FB (or 0x7024FB) is known color: Han Purple. HEX triplet: 70, 24 and FB. RGB value is (112,36,251). Sum of RGB (Red+Green+Blue) = 112+36+251=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #7024FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7024FB is #8FDB04. Grayscale: #525252. Windows color (decimal): -9427717 or 16458864. OLE color: 16458864.

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

Color convert

RGB 112 36 251 -
CMYK 0.55 0.86 0 0.02
HSL 261.21º 0.96% 0.56% -
HSV(B) 261.21º 0.86% 0.98% -
XYZ 24.73 11.67 92.22 -
YUV 83.23 222.68 148.52 -
System Red Green Blue C M Y K H S L
Decimal 112 36 251 0.55 0.86 0 0.02 261.21 0.96 0.56
Hex 70 24 FB 37 56 0 2 105 60 38
Octal 160 44 373 67 126 0 2 405 140 70
Binary 1110000 100100 11111011 110111 1010110 0 10 100000101 1100000 111000

Color Harmonies of #7024FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7024FB

Black with #7024FB

Text Example


Text Example

White with #7024FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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