#6F0264

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

Shades of Purple #6F0264

Tints of Purple #6F0264

Color information

#6F0264 (or 0x6F0264) is unknown color: approx Purple. HEX triplet: 6F, 02 and 64. RGB value is (111,2,100). Sum of RGB (Red+Green+Blue) = 111+2+100=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0264 is #90FD9B. Grayscale: #2D2D2D. Windows color (decimal): -9502108 or 6554223. OLE color: 6554223.

HSL color Cylindrical-coordinate representation of color #6F0264: hue angle of 306.06º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F0264 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB1112100-
CMYK00.980.100.56
HSL306.06º96.46%22.16%-
HSV(B)306.06º98.2%43.53%-
XYZ8.884.3412.43-
YUV45.76158.61174.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.11%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=52.11%
G=0.94%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111210000.980.100.56306.0696.4622.16
Hex6F264062A381326016
Octal15721440142127046214026
Binary1101111101100100011000101010111000100110010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,2,100); }

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

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

 a { background-color: rgb(111,2,100); }

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

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

 span { border-color: rgb(111,2,100); }

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