#2716F2

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

Shades of Han Purple #2716F2

Tints of Han Purple #2716F2

Color information

#2716F2 (or 0x2716F2) is unknown color: approx Han Purple. HEX triplet: 27, 16 and F2. RGB value is (39,22,242). Sum of RGB (Red+Green+Blue) = 39+22+242=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 242 (94.92% from 255 or 79.87% from 303); Max value from RGB is 242 - color contains mainly: blue. Hex color #2716F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2716F2 is #D8E90D. Grayscale: #333333. Windows color (decimal): -14215438 or 15865383. OLE color: 15865383.

HSL color Cylindrical-coordinate representation of color #2716F2: hue angle of 244.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2716F2 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3922242-
CMYK0.840.9100.05
HSL244.64º89.43%51.76%-
HSV(B)244.64º90.91%94.9%-
XYZ17.157.4284.53-
YUV52.16235.13118.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.87%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 242 (94.92% from 255) = 79.87%
R=12.87%
G=7.26%
B=79.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal39222420.840.9100.05244.6489.4351.76
Hex2716F2545B05f55934
Octal47263621241330536513164
Binary1001111011011110010101010010110110101111101011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2716F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2716F2; }

 p { color: rgb(39,22,242); }

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

<style>
 a { background-color: #2716F2; }

 a { background-color: rgb(39,22,242); }

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

<style>
 span { border-color: #2716F2; }

 span { border-color: rgb(39,22,242); }

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