#67103A

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

Shades of Tyrian Purple #67103A

Tints of Tyrian Purple #67103A

Color information

#67103A (or 0x67103A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 10 and 3A. RGB value is (103,16,58). Sum of RGB (Red+Green+Blue) = 103+16+58=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #67103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67103A is #98EFC5. Grayscale: #2E2E2E. Windows color (decimal): -10022854 or 3805287. OLE color: 3805287.

HSL color Cylindrical-coordinate representation of color #67103A: hue angle of 331.03º 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 #67103A is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1031658-
CMYK00.840.440.60
HSL331.03º73.11%23.33%-
HSV(B)331.03º84.47%40.39%-
XYZ6.543.564.35-
YUV46.8134.32168.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.19%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=58.19%
G=9.04%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103165800.840.440.60331.0373.1123.33
Hex67103A0542C3C14b4917
Octal14720720124547451311127
Binary11001111000011101001010100101100111100101001011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67103A; }

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

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

<style>
 a { background-color: #67103A; }

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

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

<style>
 span { border-color: #67103A; }

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

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