#7135FF

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

Shades of Han Purple #7135FF

Tints of Han Purple #7135FF

Color information

#7135FF (or 0x7135FF) is unknown color: approx Han Purple. HEX triplet: 71, 35 and FF. RGB value is (113,53,255). Sum of RGB (Red+Green+Blue) = 113+53+255=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #7135FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7135FF is #8ECA00. Grayscale: #5D5D5D. Windows color (decimal): -9357825 or 16725361. OLE color: 16725361.

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

Color convert

RGB11353255-
CMYK0.560.7900
HSL257.82º100%60.39%-
HSV(B)257.82º79.22%100%-
XYZ26.1313.2895.79-
YUV93.97218.88141.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 53 (21.09% from 255) = 12.59%
BLUE value IS 255 (100% from 255) = 60.57%
R=26.84%
G=12.59%
B=60.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal113532550.560.7900257.8210060.39
Hex7135FF384F00102643c
Octal16165377701170040214474
Binary1110001110101111111111110001001111001000000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7135FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7135FF; }

 p { color: rgb(113,53,255); }

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

<style>
 a { background-color: #7135FF; }

 a { background-color: rgb(113,53,255); }

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

<style>
 span { border-color: #7135FF; }

 span { border-color: rgb(113,53,255); }

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