#670C32

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

Shades of Tyrian Purple #670C32

Tints of Tyrian Purple #670C32

Color information

#670C32 (or 0x670C32) is unknown color: approx Tyrian Purple. HEX triplet: 67, 0C and 32. RGB value is (103,12,50). Sum of RGB (Red+Green+Blue) = 103+12+50=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #670C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C32 is #98F3CD. Grayscale: #2B2B2B. Windows color (decimal): -10023886 or 3279975. OLE color: 3279975.

HSL color Cylindrical-coordinate representation of color #670C32: hue angle of 334.95º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C32 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1031250-
CMYK00.880.510.60
HSL334.95º79.13%22.55%-
HSV(B)334.95º88.35%40.39%-
XYZ6.33.383.34-
YUV43.54131.65170.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.42%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=62.42%
G=7.27%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103125000.880.510.60334.9579.1322.55
Hex67C32058333C14f4f17
Octal14714620130637451711727
Binary1100111110011001001011000110011111100101001111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670C32; }

 p { color: rgb(103,12,50); }

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

<style>
 a { background-color: #670C32; }

 a { background-color: rgb(103,12,50); }

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

<style>
 span { border-color: #670C32; }

 span { border-color: rgb(103,12,50); }

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