#2A14E7

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

Shades of Han Purple #2A14E7

Tints of Han Purple #2A14E7

Color information

#2A14E7 (or 0x2A14E7) is unknown color: approx Han Purple. HEX triplet: 2A, 14 and E7. RGB value is (42,20,231). Sum of RGB (Red+Green+Blue) = 42+20+231=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 231 (90.62% from 255 or 78.84% from 293); Max value from RGB is 231 - color contains mainly: blue. Hex color #2A14E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A14E7 is #D5EB18. Grayscale: #313131. Windows color (decimal): -14019353 or 15143978. OLE color: 15143978.

HSL color Cylindrical-coordinate representation of color #2A14E7: hue angle of 246.26º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A14E7 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4220231-
CMYK0.820.9100.09
HSL246.26º84.06%49.22%-
HSV(B)246.26º91.34%90.59%-
XYZ15.636.7676.08-
YUV50.63229.79121.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 20 (8.20% from 255) = 6.83%
BLUE value IS 231 (90.62% from 255) = 78.84%
R=14.33%
G=6.83%
B=78.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42202310.820.9100.09246.2684.0649.22
Hex2A14E7525B09f65431
Octal522434712213301136612461
Binary10101010100111001111010010101101101001111101101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A14E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A14E7; }

 p { color: rgb(42,20,231); }

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

<style>
 a { background-color: #2A14E7; }

 a { background-color: rgb(42,20,231); }

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

<style>
 span { border-color: #2A14E7; }

 span { border-color: rgb(42,20,231); }

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