#67104B

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

Shades of Tyrian Purple #67104B

Tints of Tyrian Purple #67104B

Color information

#67104B (or 0x67104B) is unknown color: approx Tyrian Purple. HEX triplet: 67, 10 and 4B. RGB value is (103,16,75). Sum of RGB (Red+Green+Blue) = 103+16+75=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #67104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67104B is #98EFB4. Grayscale: #303030. Windows color (decimal): -10022837 or 4919399. OLE color: 4919399.

HSL color Cylindrical-coordinate representation of color #67104B: hue angle of 319.31º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67104B is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1031675-
CMYK00.840.270.60
HSL319.31º73.11%23.33%-
HSV(B)319.31º84.47%40.39%-
XYZ7.053.767.01-
YUV48.74142.82166.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.09%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=53.09%
G=8.25%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103167500.840.270.60319.3173.1123.33
Hex67104B0541B3C13f4917
Octal147201130124337447711127
Binary11001111000010010110101010011011111100100111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67104B; }

 p { color: rgb(103,16,75); }

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

<style>
 a { background-color: #67104B; }

 a { background-color: rgb(103,16,75); }

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

<style>
 span { border-color: #67104B; }

 span { border-color: rgb(103,16,75); }

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