#4314F8

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

Shades of Han Purple #4314F8

Tints of Han Purple #4314F8

Color information

#4314F8 (or 0x4314F8) is unknown color: approx Han Purple. HEX triplet: 43, 14 and F8. RGB value is (67,20,248). Sum of RGB (Red+Green+Blue) = 67+20+248=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 248 (97.27% from 255 or 74.03% from 335); Max value from RGB is 248 - color contains mainly: blue. Hex color #4314F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4314F8 is #BCEB07. Grayscale: #3B3B3B. Windows color (decimal): -12380936 or 16258115. OLE color: 16258115.

HSL color Cylindrical-coordinate representation of color #4314F8: hue angle of 252.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4314F8 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6720248-
CMYK0.730.9200.03
HSL252.37º94.21%52.55%-
HSV(B)252.37º91.94%97.25%-
XYZ19.518.4789.41-
YUV60.04234.07132.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 5.97%
BLUE value IS 248 (97.27% from 255) = 74.03%
R=20%
G=5.97%
B=74.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal67202480.730.9200.03252.3794.2152.55
Hex4314F8495C03fc5e35
Octal103243701111340337413665
Binary1000011101001111100010010011011100011111111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4314F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4314F8; }

 p { color: rgb(67,20,248); }

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

<style>
 a { background-color: #4314F8; }

 a { background-color: rgb(67,20,248); }

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

<style>
 span { border-color: #4314F8; }

 span { border-color: rgb(67,20,248); }

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