#6B0D70

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

Shades of Purple #6B0D70

Tints of Purple #6B0D70

Color information

#6B0D70 (or 0x6B0D70) is unknown color: approx Purple. HEX triplet: 6B, 0D and 70. RGB value is (107,13,112). Sum of RGB (Red+Green+Blue) = 107+13+112=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B0D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D70 is #94F28F. Grayscale: #343434. Windows color (decimal): -9761424 or 7343467. OLE color: 7343467.

HSL color Cylindrical-coordinate representation of color #6B0D70: hue angle of 296.97º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D70 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10713112-
CMYK0.040.8800.56
HSL296.97º79.2%24.51%-
HSV(B)296.97º88.39%43.92%-
XYZ9.134.5815.73-
YUV52.39161.64166.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=46.12%
G=5.60%
B=48.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107131120.040.8800.56296.9779.224.51
Hex6BD704580381294f19
Octal15315160413007045111731
Binary11010111101111000010010110000111000100101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,13,112); }

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

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

 a { background-color: rgb(107,13,112); }

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

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

 span { border-color: rgb(107,13,112); }

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