Html Css Color HEX #7024FC Han Purple

📋 copy color: '#7024FC'

red 112 ◦ green 36 ◦ blue 252

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

Shades of Han Purple #7024FC

Tints of Han Purple #7024FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63%

R = 28%
G = 9%
B = 63%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7024FC (or 0x7024FC) is known color: Han Purple. HEX triplet: 70, 24 and FC. RGB value is (112,36,252). Sum of RGB (Red+Green+Blue) = 112+36+252=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #7024FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7024FC is #8FDB03. Grayscale: #525252. Windows color (decimal): -9427716 or 16524400. OLE color: 16524400.

HSL color Cylindrical-coordinate representation of color #7024FC: hue angle of 261.11º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7024FC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 36 252 -
CMYK 0.56 0.86 0 0.01
HSL 261.11º 0.97% 0.56% -
HSV(B) 261.11º 0.86% 0.99% -
XYZ 24.88 11.73 93.05 -
YUV 83.35 223.18 148.44 -
System Red Green Blue C M Y K H S L
Decimal 112 36 252 0.56 0.86 0 0.01 261.11 0.97 0.56
Hex 70 24 FC 38 56 0 1 105 61 38
Octal 160 44 374 70 126 0 1 405 141 70
Binary 1110000 100100 11111100 111000 1010110 0 1 100000101 1100001 111000

Color Harmonies of #7024FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7024FC

Black with #7024FC

Text Example


Text Example

White with #7024FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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