#6F0270

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

Shades of Purple #6F0270

Tints of Purple #6F0270

Color information

#6F0270 (or 0x6F0270) is unknown color: approx Purple. HEX triplet: 6F, 02 and 70. RGB value is (111,2,112). Sum of RGB (Red+Green+Blue) = 111+2+112=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F0270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0270 is #90FD8F. Grayscale: #2E2E2E. Windows color (decimal): -9502096 or 7340655. OLE color: 7340655.

HSL color Cylindrical-coordinate representation of color #6F0270: hue angle of 299.45º 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 #6F0270 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1112112-
CMYK0.010.9800.56
HSL299.45º96.49%22.35%-
HSV(B)299.45º98.21%43.92%-
XYZ9.54.5915.71-
YUV47.13164.61173.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=49.33%
G=0.89%
B=49.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11121120.010.9800.56299.4596.4922.35
Hex6F27016203812b6016
Octal1572160114207045314026
Binary1101111101110000111000100111000100101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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