Html Css Color HEX #7027FC Han Purple

📋 copy color: '#7027FC'

red 112 ◦ green 39 ◦ blue 252

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

Shades of Han Purple #7027FC

Tints of Han Purple #7027FC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.68%

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

R = 27.79%
G = 9.68%
B = 62.53%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7027FC (or 0x7027FC) is known color: Han Purple. HEX triplet: 70, 27 and FC. RGB value is (112,39,252). Sum of RGB (Red+Green+Blue) = 112+39+252=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #7027FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7027FC is #8FD803. Grayscale: #545454. Windows color (decimal): -9426948 or 16525168. OLE color: 16525168.

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

Color convert

RGB 112 39 252 -
CMYK 0.56 0.85 0 0.01
HSL 260.56º 0.97% 0.57% -
HSV(B) 260.56º 0.85% 0.99% -
XYZ 24.98 11.92 93.08 -
YUV 85.11 222.18 147.18 -
System Red Green Blue C M Y K H S L
Decimal 112 39 252 0.56 0.85 0 0.01 260.56 0.97 0.57
Hex 70 27 FC 38 55 0 1 105 61 39
Octal 160 47 374 70 125 0 1 405 141 71
Binary 1110000 100111 11111100 111000 1010101 0 1 100000101 1100001 111001

Color Harmonies of #7027FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7027FC

Black with #7027FC

Text Example


Text Example

White with #7027FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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