#7035FC

Color #7035FC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #7035FC

Tints of Han Purple #7035FC

Color information

#7035FC (or 0x7035FC) is unknown color: approx Han Purple. HEX triplet: 70, 35 and FC. RGB value is (112,53,252). Sum of RGB (Red+Green+Blue) = 112+53+252=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #7035FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7035FC is #8FCA03. Grayscale: #5C5C5C. Windows color (decimal): -9423364 or 16528752. OLE color: 16528752.

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

Color convert

RGB11253252-
CMYK0.560.7900.01
HSL257.79º97.07%59.8%-
HSV(B)257.79º78.97%98.82%-
XYZ25.5313.0293.26-
YUV93.33217.55141.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 53 (21.09% from 255) = 12.71%
BLUE value IS 252 (98.83% from 255) = 60.43%
R=26.86%
G=12.71%
B=60.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112532520.560.7900.01257.7997.0759.8
Hex7035FC384F01102613c
Octal16065374701170140214174
Binary1110000110101111111001110001001111011000000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7035FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7035FC;
 }
 .AnyTagClassName
 {
   color: #7035FC;
 }
</style>
background-color css

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

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

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

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

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

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