Html Css Color HEX #7023FC Han Purple

📋 copy color: '#7023FC'

red 112 ◦ green 35 ◦ blue 252

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

Shades of Han Purple #7023FC

Tints of Han Purple #7023FC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.77%

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

R = 28.07%
G = 8.77%
B = 63.16%

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

#7023FC (or 0x7023FC) is known color: Han Purple. HEX triplet: 70, 23 and FC. RGB value is (112,35,252). Sum of RGB (Red+Green+Blue) = 112+35+252=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #7023FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7023FC is #8FDC03. Grayscale: #515151. Windows color (decimal): -9427972 or 16524144. OLE color: 16524144.

HSL color Cylindrical-coordinate representation of color #7023FC: hue angle of 261.29º 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 #7023FC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 35 252 -
CMYK 0.56 0.86 0 0.01
HSL 261.29º 0.97% 0.56% -
HSV(B) 261.29º 0.86% 0.99% -
XYZ 24.85 11.68 93.04 -
YUV 82.76 223.51 148.86 -
System Red Green Blue C M Y K H S L
Decimal 112 35 252 0.56 0.86 0 0.01 261.29 0.97 0.56
Hex 70 23 FC 38 56 0 1 105 61 38
Octal 160 43 374 70 126 0 1 405 141 70
Binary 1110000 100011 11111100 111000 1010110 0 1 100000101 1100001 111000

Color Harmonies of #7023FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7023FC

Black with #7023FC

Text Example


Text Example

White with #7023FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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