#67022B

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

Shades of Tyrian Purple #67022B

Tints of Tyrian Purple #67022B

Color information

#67022B (or 0x67022B) is unknown color: approx Tyrian Purple. HEX triplet: 67, 02 and 2B. RGB value is (103,2,43). Sum of RGB (Red+Green+Blue) = 103+2+43=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #67022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67022B is #98FDD4. Grayscale: #242424. Windows color (decimal): -10026453 or 2818663. OLE color: 2818663.

HSL color Cylindrical-coordinate representation of color #67022B: hue angle of 335.64º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67022B is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB103243-
CMYK00.980.580.60
HSL335.64º96.19%20.59%-
HSV(B)335.64º98.06%40.39%-
XYZ6.053.12.57-
YUV36.87131.46175.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 69.59%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=69.59%
G=1.35%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10324300.980.580.60335.6496.1920.59
Hex6722B0623A3C1506015
Octal1472530142727452014025
Binary11001111010101101100010111010111100101010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,2,43); }

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

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

 a { background-color: rgb(103,2,43); }

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

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

 span { border-color: rgb(103,2,43); }

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