#6B0F4F

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

Shades of Tyrian Purple #6B0F4F

Tints of Tyrian Purple #6B0F4F

Color information

#6B0F4F (or 0x6B0F4F) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 0F and 4F. RGB value is (107,15,79). Sum of RGB (Red+Green+Blue) = 107+15+79=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0F4F is #94F0B0. Grayscale: #313131. Windows color (decimal): -9760945 or 5181291. OLE color: 5181291.

HSL color Cylindrical-coordinate representation of color #6B0F4F: hue angle of 318.26º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B0F4F is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1071579-
CMYK00.860.260.58
HSL318.26º75.41%23.92%-
HSV(B)318.26º85.98%41.96%-
XYZ7.654.037.77-
YUV49.8144.48168.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.23%
GREEN value IS 15 (6.25% from 255) = 7.46%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=53.23%
G=7.46%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107157900.860.260.58318.2675.4123.92
Hex6BF4F0561A3A13e4b18
Octal153171170126327247611330
Binary1101011111110011110101011011010111010100111110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,15,79); }

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

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

 a { background-color: rgb(107,15,79); }

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

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

 span { border-color: rgb(107,15,79); }

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