#6F1FEF

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

Shades of Han Purple #6F1FEF

Tints of Han Purple #6F1FEF

Color information

#6F1FEF (or 0x6F1FEF) is unknown color: approx Han Purple. HEX triplet: 6F, 1F and EF. RGB value is (111,31,239). Sum of RGB (Red+Green+Blue) = 111+31+239=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F1FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1FEF is #90E010. Grayscale: #4D4D4D. Windows color (decimal): -9494545 or 15671151. OLE color: 15671151.

HSL color Cylindrical-coordinate representation of color #6F1FEF: hue angle of 263.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F1FEF is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11131239-
CMYK0.540.8700.06
HSL263.08º86.67%52.94%-
HSV(B)263.08º87.03%93.73%-
XYZ22.6310.5982.51-
YUV78.63218.5151.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.13%
GREEN value IS 31 (12.5% from 255) = 8.14%
BLUE value IS 239 (93.75% from 255) = 62.73%
R=29.13%
G=8.14%
B=62.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111312390.540.8700.06263.0886.6752.94
Hex6F1FEF3657061075735
Octal15737357661270640712765
Binary11011111111111101111110110101011101101000001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F1FEF; }

 p { color: rgb(111,31,239); }

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

<style>
 a { background-color: #6F1FEF; }

 a { background-color: rgb(111,31,239); }

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

<style>
 span { border-color: #6F1FEF; }

 span { border-color: rgb(111,31,239); }

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