#7034FF

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

Shades of Han Purple #7034FF

Tints of Han Purple #7034FF

Color information

#7034FF (or 0x7034FF) is unknown color: approx Han Purple. HEX triplet: 70, 34 and FF. RGB value is (112,52,255). Sum of RGB (Red+Green+Blue) = 112+52+255=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #7034FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7034FF is #8FCB00. Grayscale: #5C5C5C. Windows color (decimal): -9423617 or 16725104. OLE color: 16725104.

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

Color convert

RGB11252255-
CMYK0.560.8000
HSL257.73º100%60.2%-
HSV(B)257.73º79.61%100%-
XYZ25.9613.1295.77-
YUV93.08219.38141.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 52 (20.70% from 255) = 12.41%
BLUE value IS 255 (100% from 255) = 60.86%
R=26.73%
G=12.41%
B=60.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112522550.560.8000257.7310060.2
Hex7034FF385000102643c
Octal16064377701200040214474
Binary1110000110100111111111110001010000001000000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7034FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,52,255); }

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

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

 a { background-color: rgb(112,52,255); }

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

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

 span { border-color: rgb(112,52,255); }

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