#6D0235

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

Shades of Tyrian Purple #6D0235

Tints of Tyrian Purple #6D0235

Color information

#6D0235 (or 0x6D0235) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 02 and 35. RGB value is (109,2,53). Sum of RGB (Red+Green+Blue) = 109+2+53=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0235 is #92FDCA. Grayscale: #272727. Windows color (decimal): -9633227 or 3474029. OLE color: 3474029.

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

Color convert

RGB109253-
CMYK00.980.510.57
HSL331.4º96.4%21.76%-
HSV(B)331.4º98.17%42.75%-
XYZ6.973.553.69-
YUV39.81135.45177.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.46%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=66.46%
G=1.22%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10925300.980.510.57331.496.421.76
Hex6D235062333914b6016
Octal1552650142637151314026
Binary11011011011010101100010110011111001101001011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,2,53); }

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

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

 a { background-color: rgb(109,2,53); }

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

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

 span { border-color: rgb(109,2,53); }

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